diff options
Diffstat (limited to 'test/CodeGen/Mips/2008-07-15-InternalConstant.ll')
-rw-r--r-- | test/CodeGen/Mips/2008-07-15-InternalConstant.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/test/CodeGen/Mips/2008-07-15-InternalConstant.ll index c3db638..df9b2eb 100644 --- a/test/CodeGen/Mips/2008-07-15-InternalConstant.ll +++ b/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 |