1 ; RUN: llvm-as < %s | llvm-dis -show-annotations | FileCheck -check-prefix=ANNOT %s
2 ; RUN: llvm-as < %s | llvm-dis | FileCheck -check-prefix=BARE %s
4 ; The bare version of this file should not have any #uses lines.
9 @B = external global i32
10 ; ANNOT: @B = external global i32 ; [#uses=0]
12 define <4 x i1> @foo(<4 x float> %a, <4 x float> %b) nounwind {
14 %cmp = fcmp olt <4 x float> %a, %b ; [#uses=1]
18 ; ANNOT: %cmp = fcmp olt <4 x float> %a, %b ; [#uses=1]