summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPC.td
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2013-04-03 04:03:58 +0000
committerHal Finkel <hfinkel@anl.gov>2013-04-03 04:03:58 +0000
commit2d8f62017d6223444564f79fc8044cc35d9d5678 (patch)
tree6b1d6e6055ec66b16f536e691d595731263751c2 /lib/Target/PowerPC/PPC.td
parent827307b95fa909e35a3ddef612f9f50ffcf0963a (diff)
downloadllvm-2d8f62017d6223444564f79fc8044cc35d9d5678.tar.gz
llvm-2d8f62017d6223444564f79fc8044cc35d9d5678.tar.bz2
llvm-2d8f62017d6223444564f79fc8044cc35d9d5678.tar.xz
Remove some unsupported-feature comments from PPC.td
These refer to the reciprocal estimate support recently committed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPC.td')
-rw-r--r--lib/Target/PowerPC/PPC.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPC.td b/lib/Target/PowerPC/PPC.td
index 98869eaa17..ac1b7133a3 100644
--- a/lib/Target/PowerPC/PPC.td
+++ b/lib/Target/PowerPC/PPC.td
@@ -91,10 +91,7 @@ def FeatureQPX : SubtargetFeature<"qpx","HasQPX", "true",
//
// CMPB p6, p6x, p7 cmpb
// DFP p6, p6x, p7 decimal floating-point instructions
-// FRE p5 through p7 fre (vs. fres, available since p3)
-// FRSQRTES p5 through p7 frsqrtes (vs. frsqrte, available since p3)
// POPCNTB p5 through p7 popcntb and related instructions
-// RECIP_PREC p6, p6x, p7 higher precision reciprocal estimates
// VSX p7 vector-scalar instruction set
//===----------------------------------------------------------------------===//