Fix a build error by providing a missing enum value.
authorDavid Greene <greened@obbligato.org>
Thu, 12 Nov 2009 21:04:19 +0000 (21:04 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 12 Nov 2009 21:04:19 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@87028 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Value.h

index 87a6c02d2970f1bcf7daf1db7103772939894b9b..67d94458fec942759182c7393fe183c689f6c79f 100644 (file)
@@ -226,7 +226,9 @@ public:
     PseudoSourceValueVal,     // This is an instance of PseudoSourceValue
     FixedStackPseudoSourceValueVal, // This is an instance of PseudoSourceValue
     InstructionVal,           // This is an instance of Instruction
-    
+    FixedStackPseudoSourceValueVal, // This is an instance of 
+                                    // FixedStackPseudoSourceValue
+
     // Markers:
     ConstantFirstVal = FunctionVal,
     ConstantLastVal  = ConstantPointerNullVal