[AVX512] Added intrinsics for 128-, 256- and 512-bit versions of VPCMP/VPCMPU{BWDQ}
[oota-llvm.git] / test / CodeGen / X86 / private-2.ll
index 7478128567730ceaa19fa29702f6b392c0cbe704..cf2d741193746f42fe202df9ecf25d850afa2fac 100644 (file)
@@ -1,7 +1,9 @@
-; RUN: llvm-as < %s | llc -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-[Example1 whatever]E4C.91"
+
        %struct.A = type { i32*, i32 }
 @"_ZZ20-[Example1 whatever]E4C.91" = private constant %struct.A { i32* null, i32 1 }           ; <%struct.A*> [#uses=1]