Author: evancheng
Date: Fri Oct 12 03:40:44 2007
New Revision: 42897
URL: http://llvm.org/viewvc/llvm-project?rev=42897&view=rev
Log:
Cosmetic.
Modified:
llvm/trunk/include/llvm/CodeGen/RegisterCoalescer.h
Modified: llvm/trunk/include/llvm/CodeGen/RegisterCoalescer.h
URL:
http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/RegisterCoalescer.h?rev=42897&r1=42896&r2=42897&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/RegisterCoalescer.h (original)
+++ llvm/trunk/include/llvm/CodeGen/RegisterCoalescer.h Fri Oct 12 03:40:44 2007
@@ -143,7 +143,7 @@
/// about which copies to coalesce should be made by the
/// coalescer.
virtual bool isLegalToCoalesce(const MachineInstr &inst) const {
- return(true);
+ return true;
}
};
}
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits