[LPM] Fix an "obvious" typo from r227411. Really sorry for the noise.

Too many cases to compile everything quickly.

llvm-svn: 227412
This commit is contained in:
Chandler Carruth 2015-01-29 01:29:22 +00:00
parent fb3139ad9e
commit 76797c935b
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@
// 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