Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.

llvm-svn: 8558
diff --git a/llvm/test/Regression/Transforms/SCCP/sccptest.ll b/llvm/test/Regression/Transforms/SCCP/sccptest.ll
index 37f4bc2..94a3364 100644
--- a/llvm/test/Regression/Transforms/SCCP/sccptest.ll
+++ b/llvm/test/Regression/Transforms/SCCP/sccptest.ll
@@ -1,7 +1,7 @@
 ; This is the test case taken from appel's book that illustrates a hard case
 ; that SCCP gets right. BB3 should be completely eliminated.
 ;
-; RUN: as < %s | opt -sccp -constprop -dce -cfgsimplify | dis | not grep BB3
+; RUN: llvm-as < %s | opt -sccp -constprop -dce -cfgsimplify | llvm-dis | not grep BB3
 
 int %test function(int %i0, int %j0) {
 BB1: