summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-02-22 08:46:02 +0000
committerEric Christopher <echristo@apple.com>2012-02-22 08:46:02 +0000
commitef64b465a42431ad82b0d05f6be3e02c9729631e (patch)
tree832110ae1ddbaaeb8acc88cba2d63c18de05cc83 /llvm/lib/CodeGen
parentc259ab3cacc51cfae1d14553df25171f078dc2c8 (diff)
downloadbcm5719-llvm-ef64b465a42431ad82b0d05f6be3e02c9729631e.tar.gz
bcm5719-llvm-ef64b465a42431ad82b0d05f6be3e02c9729631e.zip
Remove extra semi-colon.
llvm-svn: 151142
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
index d8d1e5a78d3..a2a9e52b7b6 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
@@ -616,7 +616,7 @@ DIE *CompileUnit::getOrCreateTypeDIE(const MDNode *TyNode) {
// A runtime language of 0 actually means C/C++ and that any
// non-negative value is some version of Objective-C/C++.
IsImplementation = (CT.getRunTimeLang() == 0) ||
- CT.isObjcClassComplete();;
+ CT.isObjcClassComplete();
}
unsigned Flags = IsImplementation ?
DwarfAccelTable::eTypeFlagClassIsImplementation : 0;
OpenPOWER on IntegriCloud