From d718559c7fe626949a3e10427419e997d377c99a Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Nov 2006 17:55:34 +0000 Subject: 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 --- test/Transforms/InstCombine/cast-propagate.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3