From: Sean Silva Date: Mon, 27 Jul 2015 00:46:59 +0000 (+0000) Subject: Avoid using uncommon acronym "MSROM". X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=508c047e71345adf07c8203345c6ee5eb19058fb;p=oota-llvm.git Avoid using uncommon acronym "MSROM". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243256 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86.td b/lib/Target/X86/X86.td index 7b0d4a1e8bb..2965cefe3d3 100644 --- a/lib/Target/X86/X86.td +++ b/lib/Target/X86/X86.td @@ -182,8 +182,8 @@ def FeaturePadShortFunctions : SubtargetFeature<"pad-short-functions", "PadShortFunctions", "true", "Pad short functions">; // TODO: This feature ought to be renamed. -// What it really refers to are CPUs where instruction that cause MSROM -// lookups are expensive, so alternative sequences should be preferred. +// What it really refers to are CPUs for which certain instructions +// (which ones besides the example below?) are microcoded. // The best examples of this are the memory forms of CALL and PUSH // instructions, which should be avoided in favor of a MOV + register CALL/PUSH. def FeatureCallRegIndirect : SubtargetFeature<"call-reg-indirect",