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 b634812..d926a43 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: as < %s | opt -constprop +; RUN: llvm-as < %s | opt -constprop ; int "test"() { |