diff options
author | Joerg Sonnenberger <joerg@bec.de> | 2011-03-04 20:03:14 +0000 |
---|---|---|
committer | Joerg Sonnenberger <joerg@bec.de> | 2011-03-04 20:03:14 +0000 |
commit | 62f759791a015c1ffaebfb18f42b7d77eee0ebbe (patch) | |
tree | 5441fa0afc9f310b2ff7d80ea3661c66a027563a /llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll | |
parent | f8198e431160e7ca713b88dcf90715ae1b03e6ed (diff) | |
download | bcm5719-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/2008-07-15-InternalConstant.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-15-InternalConstant.ll | 4 |
1 files changed, 2 insertions, 2 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 |