Home | History | Annotate | Download | only in X86
      1 ; RUN: llc < %s -march=x86-64 | grep call
      2 ; PR4688
      3 
      4 ; Return types can be empty structs, which can be awkward.
      5 
      6 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128"
      7 target triple = "x86_64-unknown-linux-gnu"
      8 
      9 define void @_ZN15QtSharedPointer22internalSafetyCheckAddEPVKv(i8* %ptr) {
     10 entry:
     11 	%0 = call { } @_ZNK5QHashIPv15QHashDummyValueE5valueERKS0_(i8** undef)		; <{ }> [#uses=0]
     12         ret void
     13 }
     14 
     15 declare hidden { } @_ZNK5QHashIPv15QHashDummyValueE5valueERKS0_(i8** nocapture) nounwind
     16