summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-07-14-InternalLossage.llx
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-15 20:02:53 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-15 20:02:53 +0000
commit14285c89e7e02b3deac1593e17a556262e7fd77c (patch)
tree280555ba32b3bce0bb362b8598bbcbd5af79bad4 /test/Assembler/2002-07-14-InternalLossage.llx
parentaf229bb6693d558651c88cd886eccf46a966977c (diff)
downloadllvm-14285c89e7e02b3deac1593e17a556262e7fd77c.tar.gz
llvm-14285c89e7e02b3deac1593e17a556262e7fd77c.tar.bz2
llvm-14285c89e7e02b3deac1593e17a556262e7fd77c.tar.xz
Renamed `as' => `llvm-as', `dis' => `llvm-dis'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2002-07-14-InternalLossage.llx')
-rw-r--r--test/Assembler/2002-07-14-InternalLossage.llx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-14-InternalLossage.llx b/test/Assembler/2002-07-14-InternalLossage.llx
index faf422341f..31469649c2 100644
--- a/test/Assembler/2002-07-14-InternalLossage.llx
+++ b/test/Assembler/2002-07-14-InternalLossage.llx
@@ -1,6 +1,6 @@
; Test to make sure that the 'internal' tag is not lost!
;
-; RUN: as < %s | dis | grep internal
+; RUN: llvm-as < %s | llvm-dis | grep internal
declare void %foo()
implementation