summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/Lint.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/Analysis/Lint.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/Analysis/Lint.cpp')
-rw-r--r--llvm/lib/Analysis/Lint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/Lint.cpp b/llvm/lib/Analysis/Lint.cpp
index 2310e530e6b..918a0a9c902 100644
--- a/llvm/lib/Analysis/Lint.cpp
+++ b/llvm/lib/Analysis/Lint.cpp
@@ -145,7 +145,7 @@ namespace {
}
char Lint::ID = 0;
-INITIALIZE_PASS(Lint, "lint", "Statically lint-checks LLVM IR", false, true);
+INITIALIZE_PASS(Lint, "lint", "Statically lint-checks LLVM IR", false, true)
// Assert - We know that cond should be true, if not print an error message.
#define Assert(C, M) \
OpenPOWER on IntegriCloud