summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-exegesis/lib/X86/Target.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-exegesis/lib/X86/Target.cpp b/llvm/tools/llvm-exegesis/lib/X86/Target.cpp
index f0b411cd3c4..381c876b5ab 100644
--- a/llvm/tools/llvm-exegesis/lib/X86/Target.cpp
+++ b/llvm/tools/llvm-exegesis/lib/X86/Target.cpp
@@ -126,8 +126,6 @@ protected:
class ExegesisX86Target : public ExegesisTarget {
void addTargetSpecificPasses(llvm::PassManagerBase &PM) const override {
// Lowers FP pseudo-instructions, e.g. ABS_Fp32 -> ABS_F.
- // FIXME: Enable when the exegesis assembler no longer does
- // Properties.reset(TracksLiveness);
PM.add(llvm::createX86FloatingPointStackifierPass());
}
OpenPOWER on IntegriCloud