diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-01-06 05:55:56 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2015-01-06 05:55:56 +0000 |
commit | fb99fc96c9c373b7b43965a0acbb4a81f09b86c5 (patch) | |
tree | d2b8b2638a1b2062d84be6ff9a338611e0be87e0 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | 3472ffb37e147451ec519b82cfc0b3f834d21e1d (diff) | |
download | bcm5719-llvm-fb99fc96c9c373b7b43965a0acbb4a81f09b86c5.tar.gz bcm5719-llvm-fb99fc96c9c373b7b43965a0acbb4a81f09b86c5.zip |
Basic: fix compilation with MSVC
MSVC doesn't like the instantiation of the structure in the initializer list.
Initialize it in the constructor body to repair the build.
TargetInfo.h(545) : error C2143: syntax error : missing ')' before '{'
TargetInfo.h(545) : error C2143: syntax error : missing ';' before '}'
TargetInfo.h(545) : error C2059: syntax error : ')'
TargetInfo.h(545) : error C2059: syntax error : ','
TargetInfo.h(547) : error C2143: syntax error : missing ';' before '{'
TargetInfo.h(547) : error C2447: '{' : missing function header (old-style formal list?)
llvm-svn: 225247
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions