[llvm-commits] [llvm] r87025 - /llvm/trunk/include/llvm/Value.h
Daniel Dunbar
daniel at zuster.org
Thu Nov 12 12:53:56 PST 2009
Author: ddunbar
Date: Thu Nov 12 14:53:56 2009
New Revision: 87025
URL: http://llvm.org/viewvc/llvm-project?rev=87025&view=rev
Log:
Attempt to unbreak LLVM build, David G. please check.
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=87025&r1=87024&r2=87025&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Value.h (original)
+++ llvm/trunk/include/llvm/Value.h Thu Nov 12 14:53:56 2009
@@ -224,6 +224,7 @@
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
// Markers:
More information about the llvm-commits
mailing list