Remove includes of Support/Compiler.h that are no longer needed after the
[oota-llvm.git] / lib / Transforms / Utils / SSI.cpp
index 3bb2e8ee691140b88134621494833303c132c973..1c4afffeb0294e0cfbb6b764015566a4988a0510 100644 (file)
@@ -396,7 +396,7 @@ static RegisterPass<SSI> X("ssi", "Static Single Information Construction");
 /// SSIEverything - A pass that runs createSSI on every non-void variable,
 /// intended for debugging.
 namespace {
-  struct VISIBILITY_HIDDEN SSIEverything : public FunctionPass {
+  struct SSIEverything : public FunctionPass {
     static char ID; // Pass identification, replacement for typeid
     SSIEverything() : FunctionPass(&ID) {}