diff options
| author | Dale Johannesen <dalej@apple.com> | 2010-12-20 20:10:50 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2010-12-20 20:10:50 +0000 |
| commit | 0a291a36f2e3a7af294c099a4c154524c5e4510c (patch) | |
| tree | 6c4bcf32e76eb9f4a0c12ed75192402c96b41da3 /llvm/test/CodeGen/X86/x86_64-mul-by-const.ll | |
| parent | f7957d04639baf1eb85d9de7c849c76f40dda019 (diff) | |
| download | bcm5719-llvm-0a291a36f2e3a7af294c099a4c154524c5e4510c.tar.gz bcm5719-llvm-0a291a36f2e3a7af294c099a4c154524c5e4510c.zip | |
Cosmetic changes.
llvm-svn: 122259
Diffstat (limited to 'llvm/test/CodeGen/X86/x86_64-mul-by-const.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/x86_64-mul-by-const.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/x86_64-mul-by-const.ll b/llvm/test/CodeGen/X86/x86_64-mul-by-const.ll index 9cda9ab192a..df48a29156c 100644 --- a/llvm/test/CodeGen/X86/x86_64-mul-by-const.ll +++ b/llvm/test/CodeGen/X86/x86_64-mul-by-const.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s -; Formerly there were two shifts. 8771012. +; Formerly there were two shifts. rdar://8771012. define i32 @f9188_mul365384439_shift27(i32 %A) nounwind { ; CHECK: imulq $365384439, |

