remove some unneeded eh generation
authorChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2008 03:49:19 +0000 (03:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Oct 2008 03:49:19 +0000 (03:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57887 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/ret-i64-0.ll

index e62008f101c4aca7571fee36d593512df6d1ddc9..c59e4cf9439ebb7ea7b2961da3f09a4f42afce36 100644 (file)
@@ -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
 }