r328048 - Add CHECKs for a few declarations. NFC.

Rafael Espindola via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 20 14:54:14 PDT 2018


Author: rafael
Date: Tue Mar 20 14:54:14 2018
New Revision: 328048

URL: http://llvm.org/viewvc/llvm-project?rev=328048&view=rev
Log:
Add CHECKs for a few declarations. NFC.

We were just missing test coverage for this.

Modified:
    cfe/trunk/test/CodeGen/mingw-long-double.c

Modified: cfe/trunk/test/CodeGen/mingw-long-double.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/mingw-long-double.c?rev=328048&r1=328047&r2=328048&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/mingw-long-double.c (original)
+++ cfe/trunk/test/CodeGen/mingw-long-double.c Tue Mar 20 14:54:14 2018
@@ -41,3 +41,7 @@ long double _Complex TestLDC(long double
 // GNU32: define dso_local void @TestLDC({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* byval align 4 %x)
 // GNU64: define dso_local void @TestLDC({ x86_fp80, x86_fp80 }* noalias sret %agg.result, { x86_fp80, x86_fp80 }* %x)
 // MSC64: define dso_local void @TestLDC({ double, double }* noalias sret %agg.result, { double, double }* %x)
+
+// GNU32: declare void @__mulxc3
+// GNU64: declare void @__mulxc3
+// MSC64: declare void @__muldc3




More information about the cfe-commits mailing list