Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / lea-3.ll
index 040c5c25bd3f3f49e0a40f64c927f481d273ec7f..c439ee1d06e36e79ecaa47b75e41959e98b8875a 100644 (file)
@@ -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