aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PIC16
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-09 00:09:15 +0000
committerDan Gohman <gohman@apple.com>2009-09-09 00:09:15 +0000
commitfce288fc9134f0f1055caf0342c023225bd5c379 (patch)
treee043058ca7c39341767c195cf6c91528881e347d /test/CodeGen/PIC16
parent36a0947820fd4aa4b8a5fa26e3f079bdf572bc81 (diff)
downloadexternal_llvm-fce288fc9134f0f1055caf0342c023225bd5c379.zip
external_llvm-fce288fc9134f0f1055caf0342c023225bd5c379.tar.gz
external_llvm-fce288fc9134f0f1055caf0342c023225bd5c379.tar.bz2
Eliminate more uses of llvm-as and llvm-dis.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PIC16')
-rw-r--r--test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll2
-rw-r--r--test/CodeGen/PIC16/global-in-user-section.ll2
-rw-r--r--test/CodeGen/PIC16/globals.ll2
-rw-r--r--test/CodeGen/PIC16/sext.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll b/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll
index aa2c51e..d7072dd 100644
--- a/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll
+++ b/test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=pic16 | grep {movf \\+@i + 0, \\+W}
+; RUN: llc < %s -march=pic16 | grep {movf \\+@i + 0, \\+W}
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8-f32:32:32"
target triple = "pic16-"
diff --git a/test/CodeGen/PIC16/global-in-user-section.ll b/test/CodeGen/PIC16/global-in-user-section.ll
index 02fd068..74c9d9d 100644
--- a/test/CodeGen/PIC16/global-in-user-section.ll
+++ b/test/CodeGen/PIC16/global-in-user-section.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
+; RUN: llc < %s -march=pic16 | FileCheck %s
@G1 = common global i16 0, section "usersection", align 1
; CHECK: usersection UDATA
diff --git a/test/CodeGen/PIC16/globals.ll b/test/CodeGen/PIC16/globals.ll
index 75a9d17..959eb25 100644
--- a/test/CodeGen/PIC16/globals.ll
+++ b/test/CodeGen/PIC16/globals.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
+; RUN: llc < %s -march=pic16 | FileCheck %s
@G1 = global i32 4712, section "Address=412"
; CHECK: @G1.412.idata.0.# IDATA 412
diff --git a/test/CodeGen/PIC16/sext.ll b/test/CodeGen/PIC16/sext.ll
index b26b62b..b49925f 100644
--- a/test/CodeGen/PIC16/sext.ll
+++ b/test/CodeGen/PIC16/sext.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=pic16
+; RUN: llc < %s -march=pic16
@main.auto.c = internal global i8 0 ; <i8*> [#uses=1]