svn commit: r311162 - projects/clang400-import/contrib/llvm/lib/Target/AArch64
Dimitry Andric
dim at FreeBSD.org
Tue Jan 3 18:09:17 UTC 2017
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;
More information about the svn-src-projects
mailing list