diff options
| author | Tanya Lattner <tonic@nondot.org> | 2008-03-19 07:28:33 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2008-03-19 07:28:33 +0000 |
| commit | ab7872c06c0629ae50ea4e50eee81cde27186406 (patch) | |
| tree | 7c40ea66b360170d377d96ceffa180652ff6c6d1 /llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll | |
| parent | 966da4acc3455f36d89969b3687a44e9b3bc555c (diff) | |
| download | bcm5719-llvm-ab7872c06c0629ae50ea4e50eee81cde27186406.tar.gz bcm5719-llvm-ab7872c06c0629ae50ea4e50eee81cde27186406.zip | |
Upgrade tests.
llvm-svn: 48538
Diffstat (limited to 'llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll')
| -rw-r--r-- | llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll b/llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll index 51f3fb2a029..10c87853728 100644 --- a/llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll +++ b/llvm/test/Transforms/LowerInvoke/2005-08-03-InvokeWithPHI.ll @@ -1,20 +1,17 @@ -; RUN: llvm-upgrade < %s | llvm-as | opt -lowerinvoke -enable-correct-eh-support -disable-output +; RUN: llvm-as < %s | opt -lowerinvoke -enable-correct-eh-support -disable-output -implementation ; Functions: +declare void @ll_listnext__listiterPtr() -declare void %ll_listnext__listiterPtr() - -void %WorkTask.fn() { +define void @WorkTask.fn() { block0: - invoke void %ll_listnext__listiterPtr( ) + invoke void @ll_listnext__listiterPtr( ) to label %block9 unwind label %block8_exception_handling - block8_exception_handling: ; preds = %block0 ret void - block9: ; preds = %block0 - %w_2690 = phi { int, int }* [ null, %block0 ] ; <{ int, int }*> [#uses=1] - %tmp.129 = getelementptr { int, int }* %w_2690, int 0, uint 1 ; <int*> [#uses=1] - %v2769 = load int* %tmp.129 ; <int> [#uses=0] + %w_2690 = phi { i32, i32 }* [ null, %block0 ] ; <{ i32, i32 }*> [#uses=1] + %tmp.129 = getelementptr { i32, i32 }* %w_2690, i32 0, i32 1 ; <i32*> [#uses=1] + %v2769 = load i32* %tmp.129 ; <i32> [#uses=0] ret void } + |

