Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2017 18:09:16 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r311162 - projects/clang400-import/contrib/llvm/lib/Target/AArch64
Message-ID:  <201701031809.v03I9GIb018159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Tue Jan  3 18:09:16 2017
New Revision: 311162
URL: https://svnweb.freebsd.org/changeset/base/311162

Log:
  Remove incorrectly merged code fragment.

Modified:
  projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp

Modified: projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
==============================================================================
--- projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp	Tue Jan  3 18:05:23 2017	(r311161)
+++ projects/clang400-import/contrib/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp	Tue Jan  3 18:09:16 2017	(r311162)
@@ -88,9 +88,6 @@ unsigned AArch64InstrInfo::getInstSizeIn
     // This gets lowered to an instruction sequence which takes 16 bytes
     NumBytes = 16;
     break;
-  case AArch64::TLSDESC_CALLSEQ:
-    // This gets lowered to an instruction sequence which takes 16 bytes
-    return 16;
   }
 
   return NumBytes;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701031809.v03I9GIb018159>