summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2015-01-06 05:55:56 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2015-01-06 05:55:56 +0000
commitfb99fc96c9c373b7b43965a0acbb4a81f09b86c5 (patch)
treed2b8b2638a1b2062d84be6ff9a338611e0be87e0 /llvm/lib/Target/PowerPC/PPCISelLowering.cpp
parent3472ffb37e147451ec519b82cfc0b3f834d21e1d (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud