From 520a18df9ca30e4cacdb4cbfa79fa18b70b724db Mon Sep 17 00:00:00 2001 From: Sjoerd Meijer Date: Tue, 13 Sep 2016 08:51:59 +0000 Subject: Revert of r281304 as it is causing build bot failures in hexagon hwloop regression tests. These tests pass locally; will be investigating where these differences come from. llvm-svn: 281306 --- llvm/utils/TableGen/CodeGenInstruction.h | 1 - llvm/utils/TableGen/InstrInfoEmitter.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'llvm/utils') diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 75db17b59ac..8e5a03d7b74 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h @@ -230,7 +230,6 @@ template class ArrayRef; bool isSelect : 1; bool isBarrier : 1; bool isCall : 1; - bool isAdd : 1; bool canFoldAsLoad : 1; bool mayLoad : 1; bool mayLoad_Unset : 1; diff --git a/llvm/utils/TableGen/InstrInfoEmitter.cpp b/llvm/utils/TableGen/InstrInfoEmitter.cpp index e9c448d0445..02461cc0508 100644 --- a/llvm/utils/TableGen/InstrInfoEmitter.cpp +++ b/llvm/utils/TableGen/InstrInfoEmitter.cpp @@ -482,7 +482,6 @@ void InstrInfoEmitter::emitRecord(const CodeGenInstruction &Inst, unsigned Num, if (Inst.isCompare) OS << "|(1ULL<