summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopDeletion
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2013-01-01 13:57:25 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2013-01-01 13:57:25 +0000
commitfbfb1b286f08cd48e55b1284879a95f75ec964f6 (patch)
tree795d8614077fd81b061921edb5676f01bc2fad9f /test/Transforms/LoopDeletion
parenta6fdcaace8df9ee8bf54c568a89efa1228172d65 (diff)
downloadllvm-fbfb1b286f08cd48e55b1284879a95f75ec964f6.tar.gz
llvm-fbfb1b286f08cd48e55b1284879a95f75ec964f6.tar.bz2
llvm-fbfb1b286f08cd48e55b1284879a95f75ec964f6.tar.xz
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/LoopDeletion')
-rw-r--r--test/Transforms/LoopDeletion/2011-06-21-phioperands.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll b/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
index 40c6629e6f..cf9d8ce923 100644
--- a/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
+++ b/test/Transforms/LoopDeletion/2011-06-21-phioperands.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -loop-deletion -disable-output
+; RUN: opt -loop-deletion -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-n8:16:32:64"