summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lea-3.ll
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-17 02:36:27 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-17 02:36:27 +0000
commit2f108f81c1fd729e0ad47c92af9cc8a535fa557a (patch)
tree14a3dd51c90776f954fe45f8a957cc801c2b04cb /test/CodeGen/X86/lea-3.ll
parentfff65b354f9895f5add84d99e0f62176f5d3f0f6 (diff)
downloadllvm-2f108f81c1fd729e0ad47c92af9cc8a535fa557a.tar.gz
llvm-2f108f81c1fd729e0ad47c92af9cc8a535fa557a.tar.bz2
llvm-2f108f81c1fd729e0ad47c92af9cc8a535fa557a.tar.xz
Remove working entry from README.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/lea-3.ll')
-rw-r--r--test/CodeGen/X86/lea-3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/lea-3.ll b/test/CodeGen/X86/lea-3.ll
index 040c5c25bd..c439ee1d06 100644
--- a/test/CodeGen/X86/lea-3.ll
+++ b/test/CodeGen/X86/lea-3.ll
@@ -14,7 +14,7 @@ define i32 @test(i32 %a) {
ret i32 %tmp2
}
-;; TODO! LEA instead of shift + copy.
+; CHECK: leaq (,[[A0]],8), %rax
define i64 @test3(i64 %a) {
%tmp2 = shl i64 %a, 3
ret i64 %tmp2