[llvm] r244804 - Update a comment; Emscripten no longer uses le32 and le64. NFC.
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 13:34:40 PDT 2015
Author: djg
Date: Wed Aug 12 15:34:40 2015
New Revision: 244804
URL: http://llvm.org/viewvc/llvm-project?rev=244804&view=rev
Log:
Update a comment; Emscripten no longer uses le32 and le64. NFC.
Modified:
llvm/trunk/include/llvm/ADT/Triple.h
Modified: llvm/trunk/include/llvm/ADT/Triple.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/Triple.h?rev=244804&r1=244803&r2=244804&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Triple.h (original)
+++ llvm/trunk/include/llvm/ADT/Triple.h Wed Aug 12 15:34:40 2015
@@ -75,8 +75,8 @@ public:
xcore, // XCore: xcore
nvptx, // NVPTX: 32-bit
nvptx64, // NVPTX: 64-bit
- le32, // le32: generic little-endian 32-bit CPU (PNaCl / Emscripten)
- le64, // le64: generic little-endian 64-bit CPU (PNaCl / Emscripten)
+ le32, // le32: generic little-endian 32-bit CPU (PNaCl)
+ le64, // le64: generic little-endian 64-bit CPU (PNaCl)
amdil, // AMDIL
amdil64, // AMDIL with 64-bit pointers
hsail, // AMD HSAIL
More information about the llvm-commits
mailing list