Add op_values() to iterate over the SDValue operands of an SDNode.
[oota-llvm.git] / include / llvm / CodeGen / ISDOpcodes.h
index 5a1cf59024bf3aa93cbc8ab045835cf03c7d1fd6..c7237fd55b27c4eb00161007c13f0df8729840c9 100644 (file)
@@ -124,6 +124,8 @@ namespace ISD {
     TargetExternalSymbol,
     TargetBlockAddress,
 
+    MCSymbol,
+
     /// TargetIndex - Like a constant pool entry, but with completely
     /// target-dependent semantics. Holds target flags, a 32-bit index, and a
     /// 64-bit index. Targets can use this however they like.
@@ -890,8 +892,8 @@ namespace ISD {
     CVT_INVALID /// Marker - Invalid opcode
   };
 
-} // namespace ISD
+} // end llvm::ISD namespace
 
-} // namespace llvm
+} // end llvm namespace
 
 #endif