Tom Stellard | cc34983 | 2016-11-03 17:56:46 +0000 | [diff] [blame] | 1 | //===-- VIInstructions.td - VI Instruction Defintions ---------------------===// |
| 2 | // |
| 3 | // The LLVM Compiler Infrastructure |
| 4 | // |
| 5 | // This file is distributed under the University of Illinois Open Source |
| 6 | // License. See LICENSE.TXT for details. |
| 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | // Instruction definitions for VI and newer. |
| 10 | //===----------------------------------------------------------------------===// |
Tom Stellard | 115a615 | 2016-11-10 16:02:37 +0000 | [diff] [blame] | 11 | |
| 12 | FIXME: Deleting this file broke buildbots that don't do full rebuilds. This |
| 13 | file is no longer used by the backend, so it can be deleted once all |
| 14 | the buildbots update there dependencies. |