summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/Disassembler/ARM64Disassembler.cpp
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2014-03-31 07:59:14 +0000
committerYaron Keren <yaron.keren@gmail.com>2014-03-31 07:59:14 +0000
commit070a752d7e9965eaeac8d58e289074e06cbc2cc6 (patch)
treeab02675c13932a23a206cd5c4fd348568e431411 /llvm/lib/Target/ARM64/Disassembler/ARM64Disassembler.cpp
parentf461da5306a51af7f13c481f1cb9acd25bfa0be3 (diff)
downloadbcm5719-llvm-070a752d7e9965eaeac8d58e289074e06cbc2cc6.tar.gz
bcm5719-llvm-070a752d7e9965eaeac8d58e289074e06cbc2cc6.zip
Correct OS conditionals following r204977 and r204978.
Previously, MinGW OS was Triple::MinGW and Cygwin was Triple::Cygwin and now it is Triple::Win32 with Environment being GNU or Cygwin. So, TheTriple.getOS() == Triple::Win32 is replaced by TheTriple.isWindowsMSVCEnvironment() and (TheTriple.getOS() == Triple::MinGW32 || TheTriple.getOS() == Triple::Cygwin) is replaced by TheTriple.isOSCygMing() llvm-svn: 205170
Diffstat (limited to 'llvm/lib/Target/ARM64/Disassembler/ARM64Disassembler.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud