summaryrefslogtreecommitdiff
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 522439c04b..d8d01c9a4b 100644
--- a/lib/Transforms/Utils/InstructionNamer.cpp
+++ b/lib/Transforms/Utils/InstructionNamer.cpp
@@ -51,7 +51,7 @@ namespace {
}
INITIALIZE_PASS(InstNamer, "instnamer",
- "Assign names to anonymous instructions", false, false);
+ "Assign names to anonymous instructions", false, false)
char &llvm::InstructionNamerID = InstNamer::ID;
//===----------------------------------------------------------------------===//
//