summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/CodeTemplate.h
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-11-08 12:09:45 +0000
committerClement Courbet <courbet@google.com>2018-11-08 12:09:45 +0000
commit0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f (patch)
tree55d51b4eb237922d3849b7a12939c1a51838ff0d /llvm/tools/llvm-exegesis/lib/CodeTemplate.h
parent266c087b9dff314433f318a9ef61ec7d1b44fbb4 (diff)
downloadbcm5719-llvm-0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f.tar.gz
bcm5719-llvm-0d79aaf1a7303cc0840563d7ed3a2f2cf2bab25f.zip
Revert "[llvm-exegesis] Add a snippet generator to generate snippets to compute ROB sizes."
This reverts accidental commit rL346394. llvm-svn: 346398
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/CodeTemplate.h')
-rw-r--r--llvm/tools/llvm-exegesis/lib/CodeTemplate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/CodeTemplate.h b/llvm/tools/llvm-exegesis/lib/CodeTemplate.h
index 2738da67cf3..4c55487f3d1 100644
--- a/llvm/tools/llvm-exegesis/lib/CodeTemplate.h
+++ b/llvm/tools/llvm-exegesis/lib/CodeTemplate.h
@@ -17,7 +17,6 @@
#define LLVM_TOOLS_LLVM_EXEGESIS_CODETEMPLATE_H
#include "MCInstrDescView.h"
-#include "RegisterValue.h"
#include "llvm/ADT/BitmaskEnum.h"
namespace llvm {
@@ -121,9 +120,6 @@ struct CodeTemplate {
std::string Info;
// The list of the instructions for this template.
std::vector<InstructionTemplate> Instructions;
- // The list of registers in which to copy the scratch register as a setup
- // step.
- std::vector<unsigned> ScratchRegisterCopies;
// If the template uses the provided scratch memory, the register in which
// the pointer to this memory is passed in to the function.
unsigned ScratchSpacePointerInReg = 0;
OpenPOWER on IntegriCloud