diff options
Diffstat (limited to 'test/Transforms/SimplifyLibCalls/IsDigit.ll')
-rw-r--r-- | test/Transforms/SimplifyLibCalls/IsDigit.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyLibCalls/IsDigit.ll b/test/Transforms/SimplifyLibCalls/IsDigit.ll index a290e01..869a371 100644 --- a/test/Transforms/SimplifyLibCalls/IsDigit.ll +++ b/test/Transforms/SimplifyLibCalls/IsDigit.ll @@ -1,5 +1,5 @@ ; Test that the IsDigitOptimizer works correctly -; RUN: llvm-as < %s | opt -simplify-libcalls | llvm-dis | \ +; RUN: opt %s -simplify-libcalls | llvm-dis | \ ; RUN: not grep call declare i32 @isdigit(i32) |