]> granicus.if.org Git - clang/commit
Simplify the control flow for predefined macro selection by using
authorChandler Carruth <chandlerc@gmail.com>
Wed, 28 Sep 2011 09:45:05 +0000 (09:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 28 Sep 2011 09:45:05 +0000 (09:45 +0000)
commitf17ba331e844ad0b99a35b9e4947b42967e44238
tree032d4873e4d09972ccf0479688f0e0d3a1e5d38c
parentd9d3ddff44ca1502661f727dd91f64eb5823d647
Simplify the control flow for predefined macro selection by using
fallthrough now that we're working with a switch. Also remove a dubious
"feature" regarding k6 processors and 3dnow and leave a fixme... Not
that anyone is likely to care about correct tuning for k6 processors
with and w/o 3dnow...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140687 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp