diff options
Diffstat (limited to 'test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll')
-rw-r--r-- | test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll b/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll index 3d1c374..c436e07 100644 --- a/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll +++ b/test/Other/2007-04-24-eliminate-mostly-empty-blocks.ll @@ -1,4 +1,4 @@ -;RUN: opt %s -codegenprepare -disable-output +;RUN: opt < %s -codegenprepare -disable-output define void @foo() { entry: |