Removing an unused variable introduced in r269911; NFC.

llvm-svn: 269915
This commit is contained in:
Aaron Ballman 2016-05-18 12:52:04 +00:00
parent 3ca1622a90
commit 54269226ba
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ StringRef sys::getHostCPUName() {
GetX86CpuIDAndInfo(0x80000001, &EAX, &EBX, &ECX, &EDX);
bool Em64T = (EDX >> 29) & 0x1;
bool HasTBM = (ECX >> 21) & 0x1;
bool HasMWAITX = (ECX >> 29) & 0x1;
if (memcmp(text.c, "GenuineIntel", 12) == 0) {
switch (Family) {