mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Eliminate all remaining tabs and trailing spaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22523 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -302,7 +302,7 @@ private:
|
||||
tmp.replace(0,9,LLVMGXX);
|
||||
else if (*PI == "%llvmcc1%")
|
||||
tmp.replace(0,9,LLVMCC1);
|
||||
else if (*PI == "%llvmcc1plus%")
|
||||
else if (*PI == "%llvmcc1plus%")
|
||||
tmp.replace(0,9,LLVMCC1);
|
||||
else
|
||||
found = false;
|
||||
|
Reference in New Issue
Block a user