diff options
Diffstat (limited to 'test/Transforms/ConstProp/2003-05-12-DivideError.ll')
-rw-r--r-- | test/Transforms/ConstProp/2003-05-12-DivideError.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2003-05-12-DivideError.ll b/test/Transforms/ConstProp/2003-05-12-DivideError.ll index ee38bbf34c..2708dce985 100644 --- a/test/Transforms/ConstProp/2003-05-12-DivideError.ll +++ b/test/Transforms/ConstProp/2003-05-12-DivideError.ll @@ -1,6 +1,6 @@ ; Make sure that the constant propagator doesn't cause a sigfpe ; -; RUN: opt %s -constprop +; RUN: opt < %s -constprop ; define i32 @test() { |