diff options
author | Eric Christopher <echristo@gmail.com> | 2016-06-02 21:32:30 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2016-06-02 21:32:30 +0000 |
commit | b820edd58ab40a10a3c2f86fd99af97dda2ee63f (patch) | |
tree | ecdf4d26a6aac7401b89bc55c1b3d8370824581f /llvm/lib/Support/Host.cpp | |
parent | 0350bf096657ba62acba11c6ccd7a467b9750a86 (diff) | |
download | llvm-b820edd58ab40a10a3c2f86fd99af97dda2ee63f.zip llvm-b820edd58ab40a10a3c2f86fd99af97dda2ee63f.tar.gz llvm-b820edd58ab40a10a3c2f86fd99af97dda2ee63f.tar.bz2 |
80-column fixup after last formatting change.
llvm-svn: 271598
Diffstat (limited to 'llvm/lib/Support/Host.cpp')
-rw-r--r-- | llvm/lib/Support/Host.cpp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/llvm/lib/Support/Host.cpp b/llvm/lib/Support/Host.cpp index 12ff9cf..cd85d63 100644 --- a/llvm/lib/Support/Host.cpp +++ b/llvm/lib/Support/Host.cpp @@ -301,26 +301,30 @@ StringRef sys::getHostCPUName() { case 0x09: // Intel Pentium M processor, Intel Celeron M processor model // 09. case 0x0d: // Intel Pentium M processor, Intel Celeron M processor, model - // 0Dh. All processors are manufactured using the 90 nm process. + // 0Dh. All processors are manufactured using the 90 nm + // process. case 0x15: // Intel EP80579 Integrated Processor and Intel EP80579 // Integrated Processor with Intel QuickAssist Technology return "pentium-m"; case 0x0e: // Intel Core Duo processor, Intel Core Solo processor, model - // 0Eh. All processors are manufactured using the 65 nm process. + // 0Eh. All processors are manufactured using the 65 nm + // process. return "yonah"; case 0x0f: // Intel Core 2 Duo processor, Intel Core 2 Duo mobile // processor, Intel Core 2 Quad processor, Intel Core 2 Quad // mobile processor, Intel Core 2 Extreme processor, Intel // Pentium Dual-Core processor, Intel Xeon processor, model - // 0Fh. All processors are manufactured using the 65 nm process. + // 0Fh. All processors are manufactured using the 65 nm + // process. case 0x16: // Intel Celeron processor model 16h. All processors are // manufactured using the 65 nm process return "core2"; case 0x17: // Intel Core 2 Extreme processor, Intel Xeon processor, model - // 17h. All processors are manufactured using the 45 nm process. + // 17h. All processors are manufactured using the 45 nm + // process. // // 45nm: Penryn , Wolfdale, Yorkfield (XE) case 0x1d: // Intel Xeon processor MP. All processors are manufactured |