summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2011-03-04 20:03:14 +0000
committerJoerg Sonnenberger <joerg@bec.de>2011-03-04 20:03:14 +0000
commit62f759791a015c1ffaebfb18f42b7d77eee0ebbe (patch)
tree5441fa0afc9f310b2ff7d80ea3661c66a027563a /llvm/test/CodeGen/Mips
parentf8198e431160e7ca713b88dcf90715ae1b03e6ed (diff)
downloadbcm5719-llvm-62f759791a015c1ffaebfb18f42b7d77eee0ebbe.tar.gz
bcm5719-llvm-62f759791a015c1ffaebfb18f42b7d77eee0ebbe.zip
Be nice to Xcore and the XMOS assembler and avoid quoting section names
that contain only letters, digits and the characters "_" and ".". llvm-svn: 127028
Diffstat (limited to 'llvm/test/CodeGen/Mips')
-rw-r--r--llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll4
-rw-r--r--llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll2
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
index df9b2ebc9e8..c3db6387aff 100644
--- a/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
+++ b/llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=mips -o %t
-; RUN: grep {rodata.str1.4","aMS",@progbits} %t | count 1
-; RUN: grep {r.data",} %t | count 1
+; RUN: grep {rodata.str1.4,"aMS",@progbits} %t | count 1
+; RUN: grep {r.data,} %t | count 1
; RUN: grep {\%hi} %t | count 2
; RUN: grep {\%lo} %t | count 2
; RUN: not grep {gp_rel} %t
diff --git a/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll b/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll
index 04574155358..94dfe35faba 100644
--- a/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll
+++ b/llvm/test/CodeGen/Mips/2008-07-22-Cstpool.ll
@@ -1,6 +1,6 @@
; RUN: llc < %s -march=mips -o %t
; RUN: grep {CPI\[01\]_\[01\]:} %t | count 2
-; RUN: grep {".rodata.cst4","aM",@progbits} %t | count 1
+; RUN: grep {.rodata.cst4,"aM",@progbits} %t | count 1
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "mipsallegrexel-unknown-psp-elf"
OpenPOWER on IntegriCloud