2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefix=CHECK-64
3 ; RUN: llc < %s -mtriple=x86_64-- -o /dev/null -stats -info-output-file - | grep asm-printer | grep 12
4 ; RUN: llc < %s -mtriple=i686-- | FileCheck %s --check-prefix=CHECK-32
6 declare void @bar(double %x)
7 declare void @barf(float %x)
9 define double @foo() nounwind {
11 call void @bar(double 0.0)
27 define float @foof() nounwind {
28 call void @barf(float 0.0)
31 ;CHECK-32-LABEL: foof:
36 ;CHECK-64-LABEL: foof: