diff options
Diffstat (limited to 'test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll')
-rw-r--r-- | test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll b/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll index 202322f..15a6211 100644 --- a/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll +++ b/test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll @@ -1,6 +1,6 @@ ; Make sure that the constant propogator doesn't divide by zero! ; -; RUN: opt %s -constprop +; RUN: opt < %s -constprop ; define i32 @test() { |