aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/2008-07-22-Cstpool.ll
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
commit89e0f386f3c8bafbbae05d7d32695ce571617397 (patch)
tree48a913bd301ef70a058a001df5b2b00889afa66d /test/CodeGen/Mips/2008-07-22-Cstpool.ll
parentca8a2aa921ec8966b1f0708d77e4dc0a6f1a32f8 (diff)
downloadexternal_llvm-89e0f386f3c8bafbbae05d7d32695ce571617397.zip
external_llvm-89e0f386f3c8bafbbae05d7d32695ce571617397.tar.gz
external_llvm-89e0f386f3c8bafbbae05d7d32695ce571617397.tar.bz2
Be nice to Xcore and the XMOS assembler and avoid quoting section names
that contain only letters, digits and the characters "_" and ".". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127028 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/2008-07-22-Cstpool.ll')
-rw-r--r--test/CodeGen/Mips/2008-07-22-Cstpool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/2008-07-22-Cstpool.ll b/test/CodeGen/Mips/2008-07-22-Cstpool.ll
index 0457415..94dfe35 100644
--- a/test/CodeGen/Mips/2008-07-22-Cstpool.ll
+++ b/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"