[llvm-commits] [llvm] r149880 - /llvm/trunk/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll

Bill Wendling isanbard at gmail.com
Mon Feb 6 10:18:47 PST 2012


Author: void
Date: Mon Feb  6 12:18:47 2012
New Revision: 149880

URL: http://llvm.org/viewvc/llvm-project?rev=149880&view=rev
Log:
The 'unwind' instruction is deprecated and will be removed, making this test
obsolete.

Removed:
    llvm/trunk/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll

Removed: llvm/trunk/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll?rev=149879&view=auto
==============================================================================
--- llvm/trunk/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll (original)
+++ llvm/trunk/test/Transforms/SimplifyCFG/2010-10-24-OnlyUnwindInEntry.ll (removed)
@@ -1,6 +0,0 @@
-; RUN: opt %s -simplifycfg -disable-output
-; PR8445
-
-define void @test() {
-      unwind
-}





More information about the llvm-commits mailing list