Cosmetic.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42897 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng 2007-10-12 08:40:44 +00:00
parent 3393f892c7
commit dad9db6a32

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