Updated these tests so that they use the new temporary directory as opposed
[oota-llvm.git] / lib / AsmParser / ParserInternals.h
index 496e37a5db4d86b3e3b059ff87a31d9357f7c27f..667c08b24206dae3a2559529a7f92636377af72f 100644 (file)
@@ -177,7 +177,7 @@ struct BBPlaceHolderHelper : public BasicBlock {
 
 struct MethPlaceHolderHelper : public Function {
   MethPlaceHolderHelper(const Type *Ty)
-    : Function(cast<FunctionType>(Ty), true) {}
+    : Function(cast<FunctionType>(Ty), InternalLinkage) {}
 };
 
 typedef PlaceholderValue<InstPlaceHolderHelper>  ValuePlaceHolder;