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

Too many cases to compile everything quickly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2015-01-29 01:29:22 +00:00
parent 54e0791182
commit 6c9f92e5da

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