From: Dan Gohman Date: Tue, 30 Jun 2015 00:56:48 +0000 (+0000) Subject: Fix LastArchType to point to the new last arch. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3bd8f1272c317c1cc884ec66cf45a69df587044c;p=oota-llvm.git Fix LastArchType to point to the new last arch. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241030 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/Triple.h b/include/llvm/ADT/Triple.h index d3d87d6a92f..f26cadb0154 100644 --- a/include/llvm/ADT/Triple.h +++ b/include/llvm/ADT/Triple.h @@ -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,