Follow Chris' suggestion; change the PseudoSourceValue accessors
[oota-llvm.git] / include / llvm / Value.h
index fc1cf482095745012b91c8f220b435fc824eceee..2654b18d3d43cd86a669b9fe2e95a89401725b30 100644 (file)
@@ -187,6 +187,7 @@ public:
     ConstantVectorVal,        // This is an instance of ConstantVector
     ConstantPointerNullVal,   // This is an instance of ConstantPointerNull
     InlineAsmVal,             // This is an instance of InlineAsm
+    PseudoSourceValueVal,     // This is an instance of PseudoSourceValue
     InstructionVal,           // This is an instance of Instruction
     
     // Markers: