From 3bd8f1272c317c1cc884ec66cf45a69df587044c Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 30 Jun 2015 00:56:48 +0000 Subject: [PATCH] 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 --- include/llvm/ADT/Triple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1