diff options
Diffstat (limited to 'test/Transforms/GVNPRE/gep.ll')
-rw-r--r-- | test/Transforms/GVNPRE/gep.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVNPRE/gep.ll b/test/Transforms/GVNPRE/gep.ll index 63ad89aa4d..677f4383f6 100644 --- a/test/Transforms/GVNPRE/gep.ll +++ b/test/Transforms/GVNPRE/gep.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -gvnpre -S | grep b.gvnpre +; RUN: opt < %s -gvnpre -S | grep b.gvnpre define i32 @extract({ i32 }* %P) { entry: ; preds = %cond_false, %entry |