summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/duplicate-phis.ll
diff options
context:
space:
mode:
authorRoman Divacky <rdivacky@FreeBSD.org>2010-01-01 10:31:22 +0000
committerRoman Divacky <rdivacky@FreeBSD.org>2010-01-01 10:31:22 +0000
commit1e7804dbd25b8dbf534c850355d70ad215206f4b (patch)
treedba00119388b84f9f44e6ec5e9129f807fd79ca3 /test/Transforms/SimplifyCFG/duplicate-phis.ll
parent571945e6affd20b19264ec22495da418d0fbdbb4 (diff)
Notes
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 a1e5113980047..5129f9fb6d2f6 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