summaryrefslogtreecommitdiff
path: root/test/Other/2008-02-14-PassManager.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/2008-02-14-PassManager.ll')
-rw-r--r--test/Other/2008-02-14-PassManager.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2008-02-14-PassManager.ll b/test/Other/2008-02-14-PassManager.ll
index 6b51edb134..bdaf9330d2 100644
--- a/test/Other/2008-02-14-PassManager.ll
+++ b/test/Other/2008-02-14-PassManager.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
; PR2028
define i32 @test1() {
- ret i32 0;
+ ret i32 0
}