summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGRTTI.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-19 17:50:07 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-19 17:50:07 +0000
commite017ecc9e2fd8df2aeecfc8f899c70170411c433 (patch)
tree6093d5abfbee4102c702f6c3cb0cc36f9c917a47 /clang/lib/CodeGen/CGRTTI.cpp
parent4750efc28a581c38f74793f8c096c45b99ed0c83 (diff)
downloadbcm5719-llvm-e017ecc9e2fd8df2aeecfc8f899c70170411c433.tar.gz
bcm5719-llvm-e017ecc9e2fd8df2aeecfc8f899c70170411c433.zip
Remove ';' after method definition. Noticed by clang++, which one would think
would have a higher respect for its own code. This is getting old, is this warning really adding value? llvm-svn: 91779
Diffstat (limited to 'clang/lib/CodeGen/CGRTTI.cpp')
-rw-r--r--clang/lib/CodeGen/CGRTTI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGRTTI.cpp b/clang/lib/CodeGen/CGRTTI.cpp
index b9255b58cd1..a5d6a7ff5e3 100644
--- a/clang/lib/CodeGen/CGRTTI.cpp
+++ b/clang/lib/CodeGen/CGRTTI.cpp
@@ -115,7 +115,7 @@ public:
if (Hidden)
GV->setVisibility(llvm::GlobalVariable::HiddenVisibility);
return llvm::ConstantExpr::getBitCast(GV, Int8PtrTy);
- };
+ }
/// - BuildFlags - Build a psABI __flags value for __vmi_class_type_info.
llvm::Constant *BuildFlags(int f) {
OpenPOWER on IntegriCloud