diff options
author | Clement Courbet <courbet@google.com> | 2018-07-04 12:31:00 +0000 |
---|---|---|
committer | Clement Courbet <courbet@google.com> | 2018-07-04 12:31:00 +0000 |
commit | e945fad2509396a9ad3b677b27fb4f4b6bb2633e (patch) | |
tree | 3fa418ca1181800f4f92957f2cf30cca2004e549 | |
parent | 80283b2af41749739742b53ce7100b248386ff68 (diff) | |
download | bcm5719-llvm-e945fad2509396a9ad3b677b27fb4f4b6bb2633e.tar.gz bcm5719-llvm-e945fad2509396a9ad3b677b27fb4f4b6bb2633e.zip |
[llvm-exegesis] Remove dead comment.
llvm-svn: 336266
-rw-r--r-- | llvm/tools/llvm-exegesis/lib/X86/Target.cpp | 2 |
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()); } |