commit | 5f599f6e88e878c5c48cfd783c977646aab0b172 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Dec 23 00:19:20 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Dec 23 00:19:20 2008 +0000 |
tree | 2c9697442f85e991ac1e014c952000dc7f7ea1bb | |
parent | 42f17f6dfaffe4cd28936797de72d49f2f920be4 [diff] [blame] |
Make the fuse-failed debug output human-readable. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61356 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/X86/X86InstrInfo.cpp b/lib/Target/X86/X86InstrInfo.cpp index b66cbd1..cb12a9d 100644 --- a/lib/Target/X86/X86InstrInfo.cpp +++ b/lib/Target/X86/X86InstrInfo.cpp
@@ -2029,7 +2029,7 @@ // No fusion if (PrintFailedFusing) - cerr << "We failed to fuse operand " << i << *MI; + cerr << "We failed to fuse operand " << i << " in " << *MI; return NULL; }