summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/PrintSCC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Analysis/PrintSCC.cpp')
-rw-r--r--llvm/lib/Analysis/PrintSCC.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/PrintSCC.cpp b/llvm/lib/Analysis/PrintSCC.cpp
index 34593811587..ce89fff90e6 100644
--- a/llvm/lib/Analysis/PrintSCC.cpp
+++ b/llvm/lib/Analysis/PrintSCC.cpp
@@ -31,6 +31,8 @@
#include "llvm/Support/CFG.h"
#include "Support/SCCIterator.h"
+namespace llvm {
+
namespace {
struct CFGSCC : public FunctionPass {
bool runOnFunction(Function& func);
@@ -101,3 +103,5 @@ bool CallGraphSCC::run(Module &M) {
return true;
}
+
+} // End llvm namespace
OpenPOWER on IntegriCloud