[llvm-commits] [llvm] r140213 - /llvm/trunk/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
Bill Wendling
isanbard at gmail.com
Tue Sep 20 16:52:09 PDT 2011
Author: void
Date: Tue Sep 20 18:52:09 2011
New Revision: 140213
URL: http://llvm.org/viewvc/llvm-project?rev=140213&view=rev
Log:
This test is completely invalid with the modern EH model. Delete.
Removed:
llvm/trunk/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
Removed: llvm/trunk/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll?rev=140212&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/2004-02-08-UnwindSupport.ll (removed)
@@ -1,17 +0,0 @@
-; RUN: llc < %s -enable-correct-eh-support
-
-define i32 @test() {
- unwind
-}
-
-define i32 @main() {
- %X = invoke i32 @test( )
- to label %cont unwind label %EH ; <i32> [#uses=0]
-
-cont: ; preds = %0
- ret i32 1
-
-EH: ; preds = %0
- ret i32 0
-}
-
More information about the llvm-commits
mailing list