AArch64/ARM64: add half as a storage type on ARM64.
[oota-llvm.git] / CMakeLists.txt
index 624f755fd54f354d9e1dc0f19413b187f87536d2..d8628935453a6385c428670eec854e2aeff702b4 100644 (file)
@@ -199,7 +199,7 @@ option(LLVM_ENABLE_PIC "Build Position-Independent Code" ON)
 # MSVC has a gazillion warnings with this.
 if( MSVC )
   option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." OFF)
-else( MSVC )
+else()
   option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
 endif()