diff options
Diffstat (limited to 'test/Transforms/GVN/2007-07-31-RedundantPhi.ll')
-rw-r--r-- | test/Transforms/GVN/2007-07-31-RedundantPhi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2007-07-31-RedundantPhi.ll b/test/Transforms/GVN/2007-07-31-RedundantPhi.ll index a9ca71a..6f75ecb 100644 --- a/test/Transforms/GVN/2007-07-31-RedundantPhi.ll +++ b/test/Transforms/GVN/2007-07-31-RedundantPhi.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {tmp701 =} +; RUN: opt %s -gvn | llvm-dis | not grep {tmp701 =} @img_width = external global i16 ; <i16*> [#uses=2] |