OSDN Git Service

It appears the inline asm in GetCpuIDAndInfo() may clobbers some registers if it...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 6 Oct 2006 07:50:56 +0000 (07:50 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 6 Oct 2006 07:50:56 +0000 (07:50 +0000)
commit88c1578011e0beec5e81889ff27f6cbff523e771
treeb88a707ae60987ab4ac3cdc83a5b5e9ec2aa22de
parentb6bb7e1ffe7a1324e70ec410b3a06f008f37b072
It appears the inline asm in GetCpuIDAndInfo() may clobbers some registers if it isn't inlined (at < -O3). Force it to be inlined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30762 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Subtarget.cpp