summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/shl_elim.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/shl_elim.ll')
-rw-r--r--test/CodeGen/X86/shl_elim.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shl_elim.ll b/test/CodeGen/X86/shl_elim.ll
index 445889166bd5c..0827221875b1d 100644
--- a/test/CodeGen/X86/shl_elim.ll
+++ b/test/CodeGen/X86/shl_elim.ll
@@ -2,7 +2,7 @@
; RUN: llc < %s -march=x86 | grep {shrl .eax}
; RUN: llc < %s -march=x86 | grep {movswl .ax, .eax}
-define i32 @test1(i64 %a) {
+define i32 @test1(i64 %a) nounwind {
%tmp29 = lshr i64 %a, 24 ; <i64> [#uses=1]
%tmp23 = trunc i64 %tmp29 to i32 ; <i32> [#uses=1]
%tmp410 = lshr i32 %tmp23, 9 ; <i32> [#uses=1]