summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-11-13 17:55:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-11-13 17:55:34 +0000
commitd718559c7fe626949a3e10427419e997d377c99a (patch)
tree412dd194eb53c26cea62060d6afe084e589f89ac /test
parent497a27c33afaf06c4155e286257723e0953daa65 (diff)
downloadllvm-d718559c7fe626949a3e10427419e997d377c99a.tar.gz
llvm-d718559c7fe626949a3e10427419e997d377c99a.tar.bz2
llvm-d718559c7fe626949a3e10427419e997d377c99a.tar.xz
Don't hard code test names into the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/cast-propagate.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/cast-propagate.ll b/test/Transforms/InstCombine/cast-propagate.ll
index bf1143d3e5..f3b4730123 100644
--- a/test/Transforms/InstCombine/cast-propagate.ll
+++ b/test/Transforms/InstCombine/cast-propagate.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < cast-propagate.ll | opt -instcombine -mem2reg | llvm-dis | not grep load
+; RUN: llvm-as < %s | opt -instcombine -mem2reg | llvm-dis | not grep load
int %test1(uint* %P) {
%A = alloca uint