Avoid a Symbol -> Name -> Symbol conversion.
[oota-llvm.git] / include / llvm / CodeGen / ISDOpcodes.h
index 5a1cf59024bf3aa93cbc8ab045835cf03c7d1fd6..02d93c8e45cfd170342d4580ec8dd0b36595d57b 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.