diff options
Diffstat (limited to 'test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll')
-rw-r--r-- | test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll b/test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll index 180105afc9..9a80f3424d 100644 --- a/test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll +++ b/test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -gvnpre | llvm-dis +; RUN: opt %s -gvnpre | llvm-dis define void @vorbis_lsp_to_curve() { entry: |