mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
gcc likes things spelled correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47981 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e0a6a3f22d
commit
6ad150baac
@ -2684,7 +2684,7 @@ bool CWriter::visitBuiltinCall(CallInst &I, Intrinsic::ID ID,
|
||||
return false;
|
||||
}
|
||||
case Intrinsic::memory_barrier:
|
||||
Out << "__sync_syncronize()";
|
||||
Out << "__sync_synchronize()";
|
||||
return true;
|
||||
case Intrinsic::vastart:
|
||||
Out << "0; ";
|
||||
|
Loading…
x
Reference in New Issue
Block a user