[llvm] r241030 - Fix LastArchType to point to the new last arch.
Dan Gohman
dan433584 at gmail.com
Mon Jun 29 17:56:49 PDT 2015
Author: djg
Date: Mon Jun 29 19:56:48 2015
New Revision: 241030
URL: http://llvm.org/viewvc/llvm-project?rev=241030&view=rev
Log:
Fix LastArchType to point to the new last arch.
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=241030&r1=241029&r2=241030&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/Triple.h (original)
+++ llvm/trunk/include/llvm/ADT/Triple.h Mon Jun 29 19:56:48 2015
@@ -87,7 +87,7 @@ public:
shave, // SHAVE: Movidius vector VLIW processors
wasm32, // WebAssembly with 32-bit pointers
wasm64, // WebAssembly with 64-bit pointers
- LastArchType = shave
+ LastArchType = wasm64
};
enum SubArchType {
NoSubArch,
More information about the llvm-commits
mailing list