Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Add CHECKs for a few declarations. NFC.
Browse files Browse the repository at this point in the history
We were just missing test coverage for this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@328048 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Mar 20, 2018
1 parent 877cce0 commit ba586d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/CodeGen/mingw-long-double.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ long double _Complex TestLDC(long double _Complex x) {
// 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

0 comments on commit ba586d4

Please sign in to comment.