Fix typo in comment.
[oota-llvm.git] / lib / Target / R600 / SIInstrInfo.td
index a5a6d66c150a4d5f5b61a4b2f38625ccc74e71f8..d603ecbca29142bb891c0ed48e76286087a76b13 100644 (file)
@@ -320,6 +320,7 @@ def SIOperand {
 
 def SRCMODS {
   int NONE = 0;
+  int NEG = 1;
 }
 
 def DSTCLAMP {