OSDN Git Service

llc: Eliminate a use of getDarwinMajorNumber().
authorDaniel Dunbar <daniel@zuster.org>
Tue, 19 Apr 2011 20:46:13 +0000 (20:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 19 Apr 2011 20:46:13 +0000 (20:46 +0000)
commitd285139e0e1fc4a2253ebb18415e2abdf573e373
tree19a3e00effae1aeabf852e0c659ee009121498ec
parent13fb3b5706bf3778c6b76a39a45a9dca5b215940
llc: Eliminate a use of getDarwinMajorNumber().

 - As before, there is a minor semantic change here (evidenced by the test
   change) for Darwin triples that have no version component. I debated changing
   the default behavior of isOSVersionLT, but decided it made more sense for
   triples to be explicit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129805 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/dbg-value-range.ll
tools/llc/llc.cpp