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 a3f239f..2708dce 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: llvm-as < %s | opt -constprop +; RUN: opt < %s -constprop ; define i32 @test() { |