diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-01 13:57:25 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-01 13:57:25 +0000 |
commit | fbfb1b286f08cd48e55b1284879a95f75ec964f6 (patch) | |
tree | 795d8614077fd81b061921edb5676f01bc2fad9f /test/Transforms/GVN/2011-04-27-phioperands.ll | |
parent | a6fdcaace8df9ee8bf54c568a89efa1228172d65 (diff) | |
download | external_llvm-fbfb1b286f08cd48e55b1284879a95f75ec964f6.zip external_llvm-fbfb1b286f08cd48e55b1284879a95f75ec964f6.tar.gz external_llvm-fbfb1b286f08cd48e55b1284879a95f75ec964f6.tar.bz2 |
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
This is done to avoid odd test failures, like the one fixed in r171243.
My previous regex was not good enough to find these.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/GVN/2011-04-27-phioperands.ll')
-rw-r--r-- | test/Transforms/GVN/2011-04-27-phioperands.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/2011-04-27-phioperands.ll b/test/Transforms/GVN/2011-04-27-phioperands.ll index 6e5075d..42c4650 100644 --- a/test/Transforms/GVN/2011-04-27-phioperands.ll +++ b/test/Transforms/GVN/2011-04-27-phioperands.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -gvn -disable-output +; RUN: opt -gvn -disable-output < %s target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-f128:128:128-n8:16:32:64" |