summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_set-A.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-05-07 22:59:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-05-07 22:59:08 +0000
commit0d6311d46ca189d14051d5d6ca75f569e2a2c905 (patch)
treecbd604d2eff42b28ab159787a472ef00dbf56bb9 /llvm/test/CodeGen/X86/vec_set-A.ll
parentfc2edad4ae6d4e69732b2d400e299d5598ba3e9d (diff)
downloadbcm5719-llvm-0d6311d46ca189d14051d5d6ca75f569e2a2c905.tar.gz
bcm5719-llvm-0d6311d46ca189d14051d5d6ca75f569e2a2c905.zip
Add nounwind.
llvm-svn: 50837
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_set-A.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_set-A.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_set-A.ll b/llvm/test/CodeGen/X86/vec_set-A.ll
index 49a8e01eade..f33263f1aef 100644
--- a/llvm/test/CodeGen/X86/vec_set-A.ll
+++ b/llvm/test/CodeGen/X86/vec_set-A.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep {movl.*\$1, %}
-define <2 x i64> @test1() {
+define <2 x i64> @test1() nounwind {
entry:
ret <2 x i64> < i64 1, i64 0 >
}
OpenPOWER on IntegriCloud