summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-06 22:21:43 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-06 22:21:43 +0000
commit123256a4aacf82902858de44ea1bf68d89a5aa63 (patch)
tree581afa21409f6e7c5e6af4701c486c4348d53c23
parent060062a433d1c2c5f1f89f6c42858a5d48bef9e1 (diff)
downloadbcm5719-llvm-123256a4aacf82902858de44ea1bf68d89a5aa63.tar.gz
bcm5719-llvm-123256a4aacf82902858de44ea1bf68d89a5aa63.zip
Convert test to FileCheck.
llvm-svn: 203173
-rw-r--r--llvm/test/CodeGen/X86/darwin-no-dead-strip.ll8
1 files changed, 5 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/darwin-no-dead-strip.ll b/llvm/test/CodeGen/X86/darwin-no-dead-strip.ll
index 452d1f8ce39..edbd8aaa067 100644
--- a/llvm/test/CodeGen/X86/darwin-no-dead-strip.ll
+++ b/llvm/test/CodeGen/X86/darwin-no-dead-strip.ll
@@ -1,7 +1,9 @@
-; RUN: llc < %s | grep no_dead_strip
+; RUN: llc < %s | FileCheck %s
target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8.7.2"
-@x = weak global i32 0 ; <i32*> [#uses=1]
-@llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @x to i8*) ] ; <[1 x i8*]*> [#uses=0]
+@x = weak global i32 0
+; CHECK: .no_dead_strip _x
+
+@llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @x to i8*) ]
OpenPOWER on IntegriCloud