diff options
Diffstat (limited to 'test/Other/2008-08-14-PassManager.ll')
-rw-r--r-- | test/Other/2008-08-14-PassManager.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2008-08-14-PassManager.ll b/test/Other/2008-08-14-PassManager.ll index 22a421d..8d6a6d8 100644 --- a/test/Other/2008-08-14-PassManager.ll +++ b/test/Other/2008-08-14-PassManager.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -loop-deletion -loop-index-split -disable-output ; PR2640 define i32 @test1() { - ret i32 0; + ret i32 0 } |