]> granicus.if.org Git - llvm/commitdiff
Delete a dead store found by PVS-Studio.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 3 Nov 2016 17:01:38 +0000 (17:01 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 3 Nov 2016 17:01:38 +0000 (17:01 +0000)
Quite sad we still aren't really using aggressive dead code warnings
from Clang that we could potentially use to catch this and so many other
things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285936 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp

index 9e2c28076432fdd732968e8c930b81d617d2975b..c619c36164cfc2b308f5219b9bf02234f9f7141d 100644 (file)
@@ -22,7 +22,6 @@ HexagonMCAsmInfo::HexagonMCAsmInfo(const Triple &TT) {
   Data16bitsDirective = "\t.half\t";
   Data32bitsDirective = "\t.word\t";
   Data64bitsDirective = nullptr;  // .xword is only supported by V9.
-  ZeroDirective = "\t.skip\t";
   CommentString = "//";
 
   LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;