summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/duplicate-phis.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-30 05:54:51 +0000
committerChris Lattner <sabre@nondot.org>2009-12-30 05:54:51 +0000
commitc17e2849d10a961abf7183222baab31d84e3990f (patch)
tree002f8eff16440086a7f712770abaf854fcceea6f /test/Transforms/SimplifyCFG/duplicate-phis.ll
parent1340dd37087c1d47a85a4461a8d33cd6ccbcfaaf (diff)
downloadllvm-c17e2849d10a961abf7183222baab31d84e3990f.tar.gz
llvm-c17e2849d10a961abf7183222baab31d84e3990f.tar.bz2
llvm-c17e2849d10a961abf7183222baab31d84e3990f.tar.xz
fix two bogus tests that the asmparser now rejects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92303 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG/duplicate-phis.ll')
-rw-r--r--test/Transforms/SimplifyCFG/duplicate-phis.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/duplicate-phis.ll b/test/Transforms/SimplifyCFG/duplicate-phis.ll
index a1e5113980..5129f9fb6d 100644
--- a/test/Transforms/SimplifyCFG/duplicate-phis.ll
+++ b/test/Transforms/SimplifyCFG/duplicate-phis.ll
@@ -6,7 +6,7 @@
define i32 @foo(i1 %t) {
entry:
call void @bar()
- br i1 %t, label %true, label %false,
+ br i1 %t, label %true, label %false
true:
call void @bar()
br label %false