mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 14:47:00 +00:00
Cosmetic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3393f892c7
commit
dad9db6a32
@ -143,7 +143,7 @@ namespace llvm
|
||||
/// about which copies to coalesce should be made by the
|
||||
/// coalescer.
|
||||
virtual bool isLegalToCoalesce(const MachineInstr &inst) const {
|
||||
return(true);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user