diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2006-11-13 17:55:34 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2006-11-13 17:55:34 +0000 |
| commit | 7354395590df104f9c91b97b3aaed1c0b4caf8cb (patch) | |
| tree | 7478fc6bb91e61cc4ac77c3aca6d91bf8036f20d | |
| parent | 83c7a1e71050763a3720c52ac268d0fe2e669ace (diff) | |
| download | bcm5719-llvm-7354395590df104f9c91b97b3aaed1c0b4caf8cb.tar.gz bcm5719-llvm-7354395590df104f9c91b97b3aaed1c0b4caf8cb.zip | |
Don't hard code test names into the test.
llvm-svn: 31706
| -rw-r--r-- | llvm/test/Regression/Transforms/InstCombine/cast-propagate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Transforms/InstCombine/cast-propagate.ll b/llvm/test/Regression/Transforms/InstCombine/cast-propagate.ll index bf1143d3e59..f3b47301238 100644 --- a/llvm/test/Regression/Transforms/InstCombine/cast-propagate.ll +++ b/llvm/test/Regression/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 |

