Fix LastArchType to point to the new last arch.
authorDan Gohman <dan433584@gmail.com>
Tue, 30 Jun 2015 00:56:48 +0000 (00:56 +0000)
committerDan Gohman <dan433584@gmail.com>
Tue, 30 Jun 2015 00:56:48 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241030 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/Triple.h

index d3d87d6a92f79cd45617cbe09a982fd8cd533044..f26cadb0154dc2ff49449c574e47b03d7aad802e 100644 (file)
@@ -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,