Cosmetic.

llvm-svn: 42897
This commit is contained in:
Evan Cheng 2007-10-12 08:40:44 +00:00
parent 2e3d609da6
commit 6fd54fd19c
1 changed files with 1 additions and 1 deletions

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