diff options
Diffstat (limited to 'test/CodeGen/PIC16')
-rw-r--r-- | test/CodeGen/PIC16/2009-07-17-PR4566-pic16.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/PIC16/global-in-user-section.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/PIC16/globals.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/PIC16/sext.ll | 2 |
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] |