aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2010-02-26 17:59:28 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2010-02-26 17:59:28 +0000
commit2b0070211ee20771a82a7b9a3c085b2453aecdcb (patch)
tree7039d73b14be71a03c68b3f59a461866e76e10ca /test/CodeGen
parent6fe0df2abb9269d4c8377f2497281abc88baf543 (diff)
downloadexternal_llvm-2b0070211ee20771a82a7b9a3c085b2453aecdcb.zip
external_llvm-2b0070211ee20771a82a7b9a3c085b2453aecdcb.tar.gz
external_llvm-2b0070211ee20771a82a7b9a3c085b2453aecdcb.tar.bz2
Reapply things reverted back in 97220, with the fixed test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/PIC16/C16-15.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PIC16/C16-15.ll b/test/CodeGen/PIC16/C16-15.ll
index 2e1dc0c..5ca2d4a 100644
--- a/test/CodeGen/PIC16/C16-15.ll
+++ b/test/CodeGen/PIC16/C16-15.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=pic16 | grep "extern @.lib.unordered.f32" | count 3
+; RUN: llc < %s -march=pic16 | grep "extern" | grep "@.lib.unordered.f32" | count 3
@pc = global i8* inttoptr (i64 160 to i8*), align 1 ; <i8**> [#uses=2]
@aa = common global i16 0, align 1 ; <i16*> [#uses=0]