mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
Cosmetic.
llvm-svn: 42897
This commit is contained in:
parent
a18e8dc542
commit
bfc8d5c279
@ -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