verify-di: Implement DebugInfoVerifier
[oota-llvm.git] / include / llvm / IR / Value.h
index 9d69a4325208fc5a75447db85c157c2ad1f0ffe3..d50525f6c33c315fb3986b9b3e8f6cf0bf83ea26 100644 (file)
@@ -328,9 +328,6 @@ public:
     MDNodeVal,                // This is an instance of MDNode
     MDStringVal,              // This is an instance of MDString
     InlineAsmVal,             // This is an instance of InlineAsm
-    PseudoSourceValueVal,     // This is an instance of PseudoSourceValue
-    FixedStackPseudoSourceValueVal, // This is an instance of 
-                                    // FixedStackPseudoSourceValue
     InstructionVal,           // This is an instance of Instruction
     // Enum values starting at InstructionVal are used for Instructions;
     // don't add new values here!