[llvm-commits] [llvm] r87029 - /llvm/trunk/include/llvm/Value.h

Daniel Dunbar daniel at zuster.org
Thu Nov 12 13:07:02 PST 2009


Author: ddunbar
Date: Thu Nov 12 15:07:02 2009
New Revision: 87029

URL: http://llvm.org/viewvc/llvm-project?rev=87029&view=rev
Log:
Remove my Value.h build fix.

Modified:
    llvm/trunk/include/llvm/Value.h

Modified: llvm/trunk/include/llvm/Value.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Value.h?rev=87029&r1=87028&r2=87029&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Value.h (original)
+++ llvm/trunk/include/llvm/Value.h Thu Nov 12 15:07:02 2009
@@ -224,7 +224,6 @@
     NamedMDNodeVal,           // This is an instance of NamedMDNode
     InlineAsmVal,             // This is an instance of InlineAsm
     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





More information about the llvm-commits mailing list