R600/SI: Add VI instructions
[oota-llvm.git] / lib / Target / R600 / AMDGPUMCInstLower.h
index 00d1f1ba19a3bba0691c2ad59059c65bad5d7b3c..0ae4d11bf1d19756f18648d73e3f35025d24ff73 100644 (file)
@@ -22,7 +22,8 @@ class AMDGPUMCInstLower {
 
   // This must be kept in sync with the SISubtarget class in SIInstrInfo.td
   enum SISubtarget {
-    SI = 0
+    SI = 0,
+    VI = 1
   };
 
   MCContext &Ctx;