summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-10-07 22:25:06 +0000
committerOwen Anderson <resistor@mac.com>2010-10-07 22:25:06 +0000
commitdf7a4f2515ce59b487c24e8bb8ea98c10b3edabf (patch)
tree001747798d8e0272b6b5fabbde9790e8db3741af /llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
parent28ae29420a66397cebbfdb0f226c7bba190beca3 (diff)
downloadbcm5719-llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.tar.gz
bcm5719-llvm-df7a4f2515ce59b487c24e8bb8ea98c10b3edabf.zip
Now with fewer extraneous semicolons!
llvm-svn: 115996
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp b/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
index a77d70cd1c1..a1173006b1f 100644
--- a/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
+++ b/llvm/lib/Transforms/Instrumentation/EdgeProfiling.cpp
@@ -44,7 +44,7 @@ namespace {
char EdgeProfiler::ID = 0;
INITIALIZE_PASS(EdgeProfiler, "insert-edge-profiling",
- "Insert instrumentation for edge profiling", false, false);
+ "Insert instrumentation for edge profiling", false, false)
ModulePass *llvm::createEdgeProfilerPass() { return new EdgeProfiler(); }
OpenPOWER on IntegriCloud