summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-exegesis/lib/MCInstrDescView.h')
-rw-r--r--llvm/tools/llvm-exegesis/lib/MCInstrDescView.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h
index b333b92bb0e..09bd1ce67db 100644
--- a/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h
+++ b/llvm/tools/llvm-exegesis/lib/MCInstrDescView.h
@@ -114,10 +114,6 @@ struct Instruction {
// aliasing Use and Def registers.
bool hasAliasingRegisters() const;
- // Whether this instruction's implicit registers alias with OtherInstr's
- // implicit registers.
- bool hasAliasingImplicitRegistersThrough(const Instruction &OtherInstr) const;
-
// Whether this instruction's registers alias with OtherInstr's registers.
bool hasAliasingRegistersThrough(const Instruction &OtherInstr) const;
OpenPOWER on IntegriCloud