summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
diff options
context:
space:
mode:
authorVlad Tsyrklevich <vlad@tsyrklevich.net>2018-06-20 00:02:32 +0000
committerVlad Tsyrklevich <vlad@tsyrklevich.net>2018-06-20 00:02:32 +0000
commit98724e582ee980a645cbffe7133b79b5f156b2d3 (patch)
treecd2940524804662b7079ba0c8889ef29b16d08ce /llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
parentea31f0e4b883c502d094a3e334966753fa277a4e (diff)
downloadbcm5719-llvm-98724e582ee980a645cbffe7133b79b5f156b2d3.tar.gz
bcm5719-llvm-98724e582ee980a645cbffe7133b79b5f156b2d3.zip
Revert r334980 and 334983
This reverts commits r334980 and r334983 because they were causing build timeouts on the x86_64-linux-ubsan bot. llvm-svn: 335085
Diffstat (limited to 'llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp')
-rw-r--r--llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp b/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
index 626c580663f..8f4fca71800 100644
--- a/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
+++ b/llvm/lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp
@@ -1527,10 +1527,3 @@ void AArch64InstPrinter::printExactFPImm(const MCInst *MI, unsigned OpNum,
unsigned Val = MI->getOperand(OpNum).getImm();
O << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr);
}
-
-void AArch64InstPrinter::printGPR64as32(const MCInst *MI, unsigned OpNum,
- const MCSubtargetInfo &STI,
- raw_ostream &O) {
- unsigned Reg = MI->getOperand(OpNum).getReg();
- O << getRegisterName(getWRegFromXReg(Reg));
-}
OpenPOWER on IntegriCloud