diff options
Diffstat (limited to 'llvm/test/Other/2007-06-05-PassID.ll')
-rw-r--r-- | llvm/test/Other/2007-06-05-PassID.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Other/2007-06-05-PassID.ll b/llvm/test/Other/2007-06-05-PassID.ll index b6bba36c871..ce540484128 100644 --- a/llvm/test/Other/2007-06-05-PassID.ll +++ b/llvm/test/Other/2007-06-05-PassID.ll @@ -1,4 +1,4 @@ -;RUN: llvm-as < %s | opt -analyze -dot-cfg-only -disable-output 2>/dev/null +;RUN: opt %s -analyze -dot-cfg-only -disable-output 2>/dev/null ;PR 1497 define void @foo() { |