mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
Remove tabs from file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20380 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47adf21d06
commit
ca76f357b9
@ -1508,15 +1508,14 @@ void CWriter::visitCallInst(CallInst &I) {
|
||||
Out << ')';
|
||||
return;
|
||||
case Intrinsic::prefetch:
|
||||
// This is only supported on GCC for now...
|
||||
Out << "LLVM_PREFETCH((const void *)";
|
||||
Out << "LLVM_PREFETCH((const void *)";
|
||||
writeOperand(I.getOperand(1));
|
||||
Out << ", ";
|
||||
writeOperand(I.getOperand(2));
|
||||
Out << ", ";
|
||||
writeOperand(I.getOperand(3));
|
||||
Out << ")";
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1508,15 +1508,14 @@ void CWriter::visitCallInst(CallInst &I) {
|
||||
Out << ')';
|
||||
return;
|
||||
case Intrinsic::prefetch:
|
||||
// This is only supported on GCC for now...
|
||||
Out << "LLVM_PREFETCH((const void *)";
|
||||
Out << "LLVM_PREFETCH((const void *)";
|
||||
writeOperand(I.getOperand(1));
|
||||
Out << ", ";
|
||||
writeOperand(I.getOperand(2));
|
||||
Out << ", ";
|
||||
writeOperand(I.getOperand(3));
|
||||
Out << ")";
|
||||
return;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user