diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-22 15:53:50 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2015-06-22 15:53:50 +0000 |
commit | 7be075335dca4f9b2a325a39b9a5a363ea7c6327 (patch) | |
tree | 4f4b4d6684e171184d4712aa7b58c86f02928a90 /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | bdf509aaaf82457f0cd618fe7b0fea3620b2a40a (diff) | |
download | llvm-7be075335dca4f9b2a325a39b9a5a363ea7c6327.zip llvm-7be075335dca4f9b2a325a39b9a5a363ea7c6327.tar.gz llvm-7be075335dca4f9b2a325a39b9a5a363ea7c6327.tar.bz2 |
Re-enable Visual Studio Builds.
I tried to compile with Visual Studio using CMake and found these two sections of code
causing problems for Visual Studio. The first one removes the use of variable length
arrays by instead using KMP_ALLOCA(). The second part eliminates a redundant cpuid
assembly call by using the already existing __kmp_x86_cpuid() call instead.
llvm-svn: 240290
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions