summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-01-12 23:36:50 +0000
committerAdrian Prantl <aprantl@apple.com>2015-01-12 23:36:50 +0000
commit9cffbd8daa9504579d1acc814e30c852745d5559 (patch)
tree1087732290b8f676ca00961c4b1b9cc6869ebb98 /llvm/lib/CodeGen
parentbba20f06de1c11f8332387788914c70bef5607df (diff)
downloadbcm5719-llvm-9cffbd8daa9504579d1acc814e30c852745d5559.tar.gz
bcm5719-llvm-9cffbd8daa9504579d1acc814e30c852745d5559.zip
remove extra semicolon
llvm-svn: 225730
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
index 8f7cba48fa8..595ef30d112 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfExpression.h
@@ -28,7 +28,7 @@ protected:
TargetMachine &TM;
public:
DwarfExpression(TargetMachine &TM) : TM(TM) {}
- virtual ~DwarfExpression() {};
+ virtual ~DwarfExpression() {}
virtual void EmitOp(uint8_t Op, const char* Comment = nullptr) = 0;
virtual void EmitSigned(int Value) = 0;
OpenPOWER on IntegriCloud