commit | 14285c89e7e02b3deac1593e17a556262e7fd77c | [log] [tgz] |
---|---|---|
author | Misha Brukman <brukman+llvm@gmail.com> | Mon Sep 15 20:02:53 2003 +0000 |
committer | Misha Brukman <brukman+llvm@gmail.com> | Mon Sep 15 20:02:53 2003 +0000 |
tree | 280555ba32b3bce0bb362b8598bbcbd5af79bad4 | |
parent | af229bb6693d558651c88cd886eccf46a966977c [diff] [blame] |
Renamed `as' => `llvm-as', `dis' => `llvm-dis'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8544 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Assembler/2002-08-16-ConstExprInlined.llx b/test/Assembler/2002-08-16-ConstExprInlined.llx index 37d9424..a88dc6a 100644 --- a/test/Assembler/2002-08-16-ConstExprInlined.llx +++ b/test/Assembler/2002-08-16-ConstExprInlined.llx
@@ -8,7 +8,7 @@ ; reader should NEVER produce a program "successfully" with placeholders still ; around! -; RUN: as < %s | dis | as +; RUN: llvm-as < %s | llvm-dis | llvm-as %.LC0 = internal global [4 x sbyte] c"foo\00" ; <[4 x sbyte]*> [#uses=1]