LLVM does not distinguish Cortex-M4 from Cortex-M4F neither Cortex-R5 from R5F.
[oota-llvm.git] / include / llvm / Support / ThreadLocal.h
index db61f5c17b96e5f1251ce3ee6b8b0ddda55e8ab7..427a67e2a96d0ead04980385f60f91593a7ba101 100644 (file)
@@ -57,7 +57,7 @@ namespace llvm {
       // erase - Removes the pointer associated with the current thread.
       void erase() { removeInstance(); }
     };
-  } // namespace sys
-} // namespace llvm
+  }
+}
 
 #endif