From 61dcf6709b041bbf77b7038e25f4a943d8d00a97 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 5 Apr 2004 01:31:50 +0000 Subject: [PATCH] Minor change llvm-svn: 12655 --- tools/bugpoint/CodeGeneratorBug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bugpoint/CodeGeneratorBug.cpp b/tools/bugpoint/CodeGeneratorBug.cpp index 8569bb9337d..43b38e70a8f 100644 --- a/tools/bugpoint/CodeGeneratorBug.cpp +++ b/tools/bugpoint/CodeGeneratorBug.cpp @@ -115,7 +115,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector &Funcs, // 2. Use `GetElementPtr *funcName, 0, 0' to convert the string to an // sbyte* so it matches the signature of the resolver function. - std::vector GEPargs(2, Constant::getNullValue(Type::LongTy)); + std::vector GEPargs(2, Constant::getNullValue(Type::IntTy)); // 3. Replace all uses of `func' with calls to resolver by: // (a) Iterating through the list of uses of this function