[llvm] r196052 - Also test the created stubs on 32 bits.
Rafael Espindola
rafael.espindola at gmail.com
Sun Dec 1 13:24:30 PST 2013
Author: rafael
Date: Sun Dec 1 15:24:30 2013
New Revision: 196052
URL: http://llvm.org/viewvc/llvm-project?rev=196052&view=rev
Log:
Also test the created stubs on 32 bits.
Modified:
llvm/trunk/test/CodeGen/X86/sibcall-5.ll
Modified: llvm/trunk/test/CodeGen/X86/sibcall-5.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sibcall-5.ll?rev=196052&r1=196051&r2=196052&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sibcall-5.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sibcall-5.ll Sun Dec 1 15:24:30 2013
@@ -27,6 +27,11 @@ entry:
ret float %0
}
+; X32-LABEL: _sin$stub:
+; X32-NEXT: .indirect_symbol _sin
+; X32-LABEL: _sinf$stub:
+; X32-NEXT: .indirect_symbol _sinf
+
declare float @sinf(float) nounwind readonly
declare double @sin(double) nounwind readonly
More information about the llvm-commits
mailing list