summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-08 06:59:50 +0000
committerChris Lattner <sabre@nondot.org>2005-01-08 06:59:50 +0000
commit8da67af979dfd49c9c73e1c4314b3247695fa477 (patch)
tree0a28f40be066d7d710c28ee0901c3b04ff39e84f /llvm/lib
parente69daaf71de608dfb72d9db9eac0a685e87f29e2 (diff)
downloadbcm5719-llvm-8da67af979dfd49c9c73e1c4314b3247695fa477.tar.gz
bcm5719-llvm-8da67af979dfd49c9c73e1c4314b3247695fa477.zip
Wrap long line.
llvm-svn: 19367
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86ISelSimple.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86ISelSimple.cpp b/llvm/lib/Target/X86/X86ISelSimple.cpp
index 9de2ef2a3d1..bf47cb6342a 100644
--- a/llvm/lib/Target/X86/X86ISelSimple.cpp
+++ b/llvm/lib/Target/X86/X86ISelSimple.cpp
@@ -1632,8 +1632,8 @@ void X86ISel::doCall(const ValueRecord &Ret, MachineInstr *CallMI,
case cFP:
if (ConstantFP *CFP = dyn_cast_or_null<ConstantFP>(Args[i].Val)) {
- // Store constant FP values with integer instructions to avoid having to
- // load the constants from the constant pool then do a store.
+ // Store constant FP values with integer instructions to avoid having
+ // to load the constants from the constant pool then do a store.
if (CFP->getType() == Type::FloatTy) {
union {
unsigned I;
OpenPOWER on IntegriCloud