diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2014-07-02 15:25:03 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2014-07-02 15:25:03 +0000 |
commit | 672efea2e97048c4d923ecaac1040ef3b11b897c (patch) | |
tree | c422f0349aa41aafe8e2f2c1d9a96c48ee2f647c /llvm/lib/CodeGen/MachineScheduler.cpp | |
parent | adbbfd1fe9e6885603d1bb3b1be489afa385ee60 (diff) | |
download | llvm-672efea2e97048c4d923ecaac1040ef3b11b897c.zip llvm-672efea2e97048c4d923ecaac1040ef3b11b897c.tar.gz llvm-672efea2e97048c4d923ecaac1040ef3b11b897c.tar.bz2 |
Added standard macro guard. In case __GNUC_VA_LIST was not
defined or defined identically before there will not be any
change in functionality.
MinGW-w64 defines __GNUC_VA_LIST as
#define __GNUC_VA_LIST
which is different than the definition here, causing
a warning without the guard.
llvm-svn: 212183
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions