1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Cosmetic.

llvm-svn: 42897
This commit is contained in:
Evan Cheng 2007-10-12 08:40:44 +00:00
parent a18e8dc542
commit bfc8d5c279

View File

@ -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;
}
};
}