summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/private-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/private-2.ll')
-rw-r--r--test/CodeGen/X86/private-2.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/private-2.ll b/test/CodeGen/X86/private-2.ll
index 8aa744e..4413cee 100644
--- a/test/CodeGen/X86/private-2.ll
+++ b/test/CodeGen/X86/private-2.ll
@@ -1,7 +1,9 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | grep L__ZZ20
+; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s
; Quote should be outside of private prefix.
; rdar://6855766x
+; CHECK: L__ZZ20
+
%struct.A = type { i32*, i32 }
@"_ZZ20-[Example1 whatever]E4C.91" = private constant %struct.A { i32* null, i32 1 } ; <%struct.A*> [#uses=1]
OpenPOWER on IntegriCloud