projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3381f0a
)
Fix one more broken testcase
author
Chris Lattner
<sabre@nondot.org>
Sat, 16 Dec 2006 20:27:43 +0000
(20:27 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 16 Dec 2006 20:27:43 +0000
(20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32631
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
b/test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
index 2d87233a8c837fa1796f38e3ead79f2531e1c938..f69c7dccbd2b934694d9970d0ab98d6a2e2f4a8c 100644
(file)
--- a/
test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
+++ b/
test/CodeGen/CBackend/2003-06-28-InvokeSupport.ll
@@
-8,7
+8,7
@@
int %test(int %X) {
%A = invoke int %callee(int %X, int 5) to label %Ok except label %Threw
Ok:
%B = phi int [%A, %0], [-1, %Threw]
- ret int %
A
+ ret int %
B
Threw:
br label %Ok
}