]> granicus.if.org Git - clang/commit
[X86] Move all atom CPUs to the same section of the switch and use fallthroughs like...
authorCraig Topper <craig.topper@intel.com>
Fri, 30 Jun 2017 18:14:01 +0000 (18:14 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 30 Jun 2017 18:14:01 +0000 (18:14 +0000)
commit7f9026a90735e631c5ccdf07ea300f5b7866f6d3
treed4dd4a5f8e1f66c77197e9b50a931322fffd5848
parent431c8af92fa985129de38f1dd237b1b05478eb9d
[X86] Move all atom CPUs to the same section of the switch and use fallthroughs like we do for other CPU generations. NFC

This is prep work to add MOVBE to all Atom CPUs. This instruction didn't come in to the Nehalem/Westmere/SandyBridge/etc. line until later so there's no natural place to overlap the Atom CPUs into that part of the switch.

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