summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/InstructionNamer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Utils/InstructionNamer.cpp')
-rw-r--r--lib/Transforms/Utils/InstructionNamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/InstructionNamer.cpp b/lib/Transforms/Utils/InstructionNamer.cpp
index c9bec9a..da890a2 100644
--- a/lib/Transforms/Utils/InstructionNamer.cpp
+++ b/lib/Transforms/Utils/InstructionNamer.cpp
@@ -50,7 +50,7 @@ namespace {
};
char InstNamer::ID = 0;
-} // namespace
+}
INITIALIZE_PASS(InstNamer, "instnamer",
"Assign names to anonymous instructions", false, false)
OpenPOWER on IntegriCloud