llvm-6502/include
Tim Northover 7af55ad434 Make Triple's isOSBinFormatXXX functions partition triple-space.
Most users would be surprised if "isCOFF" and "isMachO" were simultaneously
true, unless they'd put the compiler in a box with a gun attached to a photon
detector.

This makes sure precisely one of the three formats is true for any triple and
simplifies some target logic based on that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196934 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-10 16:57:43 +00:00
..
llvm Make Triple's isOSBinFormatXXX functions partition triple-space. 2013-12-10 16:57:43 +00:00
llvm-c Add a Scalarizer pass. 2013-11-22 16:58:05 +00:00