[LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 29 Jan 2015 01:29:22 +0000 (01:29 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 29 Jan 2015 01:29:22 +0000 (01:29 +0000)
Too many cases to compile everything quickly.

llvm-svn: 227412

llvm/include/llvm/Support/Compiler.h

index 1f230c2..c3c416f 100644 (file)
 // FIXME: Make this conditional on the Clang version once this is fixed in
 // top-of-tree.
 #define LLVM_THREAD_LOCAL __thread __attribute__((tls_model("global-dynamic")))
-#elif
+#else
 #define LLVM_THREAD_LOCAL __thread
 #endif
 #else // !LLVM_ENABLE_THREADS