summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ADCE/2002-01-31-UseStuckAround.ll')
-rw-r--r--test/Transforms/ADCE/2002-01-31-UseStuckAround.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll b/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
index 43462faa47..8910bdade3 100644
--- a/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
+++ b/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
@@ -1,7 +1,6 @@
; RUN: opt < %s -adce
-define i32 @"main"(i32 %argc)
-begin
+define i32 @"main"(i32 %argc) {
br label %2
%retval = phi i32 [ %argc, %2 ] ; <i32> [#uses=2]
@@ -9,5 +8,4 @@ begin
ret i32 %two
br label %1
-end
-
+}