For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
index 47e3feb1388bdba4fc1bec0308ec0a95d1adbf9c..30823833b7925dabfbc5b47b083c74ac0e1512cc 100644 (file)
@@ -563,6 +563,9 @@ namespace ISD {
     // chain as output.
     TRAMPOLINE,
 
+    // TRAP - Trapping instruction
+    TRAP,
+
     // BUILTIN_OP_END - This must be the last enum value in this list.
     BUILTIN_OP_END
   };