diff options
Diffstat (limited to 'test/Other/2008-10-06-RemoveDeadPass.ll')
-rw-r--r-- | test/Other/2008-10-06-RemoveDeadPass.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Other/2008-10-06-RemoveDeadPass.ll b/test/Other/2008-10-06-RemoveDeadPass.ll index f62885278e..7cec2c57c2 100644 --- a/test/Other/2008-10-06-RemoveDeadPass.ll +++ b/test/Other/2008-10-06-RemoveDeadPass.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -inline -internalize -disable-output +; RUN: opt < %s -inline -internalize -disable-output define void @foo() nounwind { ret void } |