From 637ec55233bf7a93bd9f605fb9d4a8fb7184eb14 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Wed, 28 Nov 2007 17:07:01 +0000 Subject: Add some convenience methods for querying attributes, and use them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44403 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Transforms/SimplifyCFG') diff --git a/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll b/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll index 8e8ef43..449047b 100644 --- a/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll +++ b/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll @@ -3,7 +3,7 @@ declare i32 @func(i8*) nounwind define i32 @test() { - invoke i32 @func( i8* null ) nounwind + invoke i32 @func( i8* null ) to label %Cont unwind label %Other ; :1 [#uses=0] Cont: ; preds = %0 -- cgit v1.1