1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Minor change

llvm-svn: 12655
This commit is contained in:
Chris Lattner 2004-04-05 01:31:50 +00:00
parent 262af8c7d8
commit 61dcf6709b

View File

@ -115,7 +115,7 @@ bool ReduceMisCodegenFunctions::TestFuncs(const std::vector<Function*> &Funcs,
// 2. Use `GetElementPtr *funcName, 0, 0' to convert the string to an // 2. Use `GetElementPtr *funcName, 0, 0' to convert the string to an
// sbyte* so it matches the signature of the resolver function. // sbyte* so it matches the signature of the resolver function.
std::vector<Constant*> GEPargs(2, Constant::getNullValue(Type::LongTy)); std::vector<Constant*> GEPargs(2, Constant::getNullValue(Type::IntTy));
// 3. Replace all uses of `func' with calls to resolver by: // 3. Replace all uses of `func' with calls to resolver by:
// (a) Iterating through the list of uses of this function // (a) Iterating through the list of uses of this function