diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-05-07 22:59:08 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-05-07 22:59:08 +0000 |
commit | 0d6311d46ca189d14051d5d6ca75f569e2a2c905 (patch) | |
tree | cbd604d2eff42b28ab159787a472ef00dbf56bb9 /llvm/test/CodeGen/X86/vec_set-A.ll | |
parent | fc2edad4ae6d4e69732b2d400e299d5598ba3e9d (diff) | |
download | bcm5719-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.ll | 2 |
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 > } |