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

