[InstCombine] Extend peephole DSE to handle unordered atomics
[oota-llvm.git] / include / llvm / Support / ThreadLocal.h
index 7518626901e0b279dcae9ba9f781364684084d4a..427a67e2a96d0ead04980385f60f91593a7ba101 100644 (file)
@@ -36,7 +36,7 @@ namespace llvm {
       ThreadLocalImpl();
       virtual ~ThreadLocalImpl();
       void setInstance(const void* d);
-      const void* getInstance();
+      void *getInstance();
       void removeInstance();
     };