diff options
Diffstat (limited to 'test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll')
-rw-r--r-- | test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll b/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll index 336c6d5a2e..1474573dcc 100644 --- a/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll +++ b/test/Transforms/InstCombine/2007-12-16-AsmNoUnwind.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep nounwind +; RUN: opt %s -instcombine | llvm-dis | grep nounwind define void @bar() { entry: |