aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/ret-i64-0.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-21 03:49:19 +0000
committerChris Lattner <sabre@nondot.org>2008-10-21 03:49:19 +0000
commit402135f9e987f0ed0949c896d87d455af1355bc3 (patch)
tree195540591840357d77a1fbc1676d0fe5246b3b0d /test/CodeGen/X86/ret-i64-0.ll
parent54aeea39a743effe88eedb43d2f7f4805e806ab5 (diff)
downloadexternal_llvm-402135f9e987f0ed0949c896d87d455af1355bc3.zip
external_llvm-402135f9e987f0ed0949c896d87d455af1355bc3.tar.gz
external_llvm-402135f9e987f0ed0949c896d87d455af1355bc3.tar.bz2
remove some unneeded eh generation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57887 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ret-i64-0.ll')
-rw-r--r--test/CodeGen/X86/ret-i64-0.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ret-i64-0.ll b/test/CodeGen/X86/ret-i64-0.ll
index e62008f..c59e4cf 100644
--- a/test/CodeGen/X86/ret-i64-0.ll
+++ b/test/CodeGen/X86/ret-i64-0.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 | grep xor | count 2
-define i64 @foo() {
+define i64 @foo() nounwind {
ret i64 0
}