mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
Doh! Forgot to LLVMify the style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
782ad62f33
commit
46b8db2ec6
@ -1310,9 +1310,7 @@ public:
|
||||
// same type of char pointer.
|
||||
if (ci->getOperand(2)->getType() !=
|
||||
fwrite_func->getFunctionType()->getParamType(0))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
std::vector<Value*> args;
|
||||
args.push_back(ci->getOperand(2));
|
||||
|
Loading…
Reference in New Issue
Block a user