summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-02-26 20:49:07 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-02-26 20:49:07 +0000
commitb2055c53ba121de479725faec2f4ef59fdb9aada (patch)
tree1075d9260fa59193e1f323e921d3d773560d177d /llvm/lib/CodeGen
parentd68c435a5da6ea497a03ee5125f711fad6ae39b8 (diff)
downloadbcm5719-llvm-b2055c53ba121de479725faec2f4ef59fdb9aada.tar.gz
bcm5719-llvm-b2055c53ba121de479725faec2f4ef59fdb9aada.zip
Fix warning in DwarfCFIException. NFC
llvm-svn: 262061
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
index 73df002d04d..482ab5451e7 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
@@ -59,7 +59,7 @@ void DwarfCFIExceptionBase::endFragment() {
DwarfCFIException::DwarfCFIException(AsmPrinter *A)
: DwarfCFIExceptionBase(A), shouldEmitPersonality(false),
- shouldEmitLSDA(false), forceEmitPersonality(false),
+ forceEmitPersonality(false), shouldEmitLSDA(false),
shouldEmitMoves(false), moveTypeModule(AsmPrinter::CFI_M_None) {}
DwarfCFIException::~DwarfCFIException() {}
OpenPOWER on IntegriCloud