Fix LastArchType to point to the new last arch.

llvm-svn: 241030
This commit is contained in:
Dan Gohman 2015-06-30 00:56:48 +00:00
parent f7b27d15f2
commit ef46184b68
1 changed files with 1 additions and 1 deletions

View 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,