commit | 71fd14b2217d7270e06ea0d2dd93cf8dabe47595 | [log] [tgz] |
---|---|---|
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | Fri Jul 09 20:43:09 2010 +0000 |
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | Fri Jul 09 20:43:09 2010 +0000 |
tree | f83bf2d06d1904bf869901e290fb164d7ecfd910 | |
parent | c8d7f9fe4842bb25aab9a895acb261fb621400c5 [diff] [blame] |
Fix a few tests git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108011 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index bd3759d..cda31db 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp
@@ -2498,7 +2498,7 @@ } // No fusion - if (PrintFailedFusing) + if (PrintFailedFusing && !MI->isCopy()) dbgs() << "We failed to fuse operand " << i << " in " << *MI; return NULL; }