Remove some unsupported-feature comments from PPC.td
authorHal Finkel <hfinkel@anl.gov>
Wed, 3 Apr 2013 04:03:58 +0000 (04:03 +0000)
committerHal Finkel <hfinkel@anl.gov>
Wed, 3 Apr 2013 04:03:58 +0000 (04:03 +0000)
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

lib/Target/PowerPC/PPC.td

index 98869eaa17fa010d0c7d5d22f6ef4943f23ae0e4..ac1b7133a33953411a6f0c0def400d8cb2cc754c 100644 (file)
@@ -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
 
 //===----------------------------------------------------------------------===//