summaryrefslogtreecommitdiff
path: root/tools/llvm-exegesis
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2018-07-04 12:31:00 +0000
committerClement Courbet <courbet@google.com>2018-07-04 12:31:00 +0000
commitd657fe7634bc5145e1692f4d61263d42317bab2e (patch)
treecafea0fa51b0628ece795f0ac4055274ee788703 /tools/llvm-exegesis
parent3b4c054b7b973aa4f94f940f9dacb11b8061d9ee (diff)
[llvm-exegesis] Remove dead comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@336266 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-exegesis')
-rw-r--r--tools/llvm-exegesis/lib/X86/Target.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/llvm-exegesis/lib/X86/Target.cpp b/tools/llvm-exegesis/lib/X86/Target.cpp
index f0b411cd3c4..381c876b5ab 100644
--- a/tools/llvm-exegesis/lib/X86/Target.cpp
+++ b/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());
}