diff options
author | Duncan Sands <baldrick@free.fr> | 2007-11-28 17:07:01 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-11-28 17:07:01 +0000 |
commit | 637ec55233bf7a93bd9f605fb9d4a8fb7184eb14 (patch) | |
tree | bad8f7480a6ea8ab2cbce2ad3427e8173247f68e /test/Transforms/SimplifyCFG | |
parent | bb5c86326f9a6f773edb4a36871f956415621ed4 (diff) | |
download | external_llvm-637ec55233bf7a93bd9f605fb9d4a8fb7184eb14.zip external_llvm-637ec55233bf7a93bd9f605fb9d4a8fb7184eb14.tar.gz external_llvm-637ec55233bf7a93bd9f605fb9d4a8fb7184eb14.tar.bz2 |
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
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r-- | test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 ; <i32>:1 [#uses=0] Cont: ; preds = %0 |