summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll')
-rw-r--r--llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll b/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
index 43462faa47f..8910bdade37 100644
--- a/llvm/test/Transforms/ADCE/2002-01-31-UseStuckAround.ll
+++ b/llvm/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
-
+}
OpenPOWER on IntegriCloud