mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove unnecessary space.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2905c32335
commit
63012206c9
@ -1361,7 +1361,7 @@ void Verifier::visitFenceInst(FenceInst &FI) {
|
||||
Assert1(Ordering == Acquire || Ordering == Release ||
|
||||
Ordering == AcquireRelease || Ordering == SequentiallyConsistent,
|
||||
"fence instructions may only have "
|
||||
" acquire, release, acq_rel, or seq_cst ordering.", &FI);
|
||||
"acquire, release, acq_rel, or seq_cst ordering.", &FI);
|
||||
visitInstruction(FI);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user