summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/loop-strength-reduce4.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-19 21:51:51 +0000
committerDan Gohman <gohman@apple.com>2010-01-19 21:51:51 +0000
commit8e1aa8edec61d4361c66ad8483bb94d76e55dec8 (patch)
tree6136f71682efab4b41e5535b10a6ceea8d68a740 /test/CodeGen/X86/loop-strength-reduce4.ll
parent6449abfbc86310edbbe0b5ffb3fad5c14301307f (diff)
downloadllvm-8e1aa8edec61d4361c66ad8483bb94d76e55dec8.tar.gz
llvm-8e1aa8edec61d4361c66ad8483bb94d76e55dec8.tar.bz2
llvm-8e1aa8edec61d4361c66ad8483bb94d76e55dec8.tar.xz
Add nounwinds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93919 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-strength-reduce4.ll')
-rw-r--r--test/CodeGen/X86/loop-strength-reduce4.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-strength-reduce4.ll b/test/CodeGen/X86/loop-strength-reduce4.ll
index 87b606f558..07e46eca75 100644
--- a/test/CodeGen/X86/loop-strength-reduce4.ll
+++ b/test/CodeGen/X86/loop-strength-reduce4.ll
@@ -4,7 +4,7 @@
@state = external global [0 x i32] ; <[0 x i32]*> [#uses=4]
@S = external global [0 x i32] ; <[0 x i32]*> [#uses=4]
-define i32 @foo() {
+define i32 @foo() nounwind {
entry:
br label %bb