No need to code gen MDNodes
[oota-llvm.git] / lib / AsmParser / LLParser.h
index 44f4c2a6524d16ac25307252880aced08c7921fa..7106689081d32c3c741d404013b92fdc0b2edaa1 100644 (file)
@@ -158,7 +158,7 @@ namespace llvm {
     bool ParseGlobalValue(const Type *Ty, Constant *&V);
     bool ParseGlobalTypeAndValue(Constant *&V);
     bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts);
-    bool ParseMDNodeVector(SmallVectorImpl<Constant*> &);
+    bool ParseMDNodeVector(SmallVectorImpl<Value*> &);
 
 
     // Function Semantic Analysis.