[X86][AsmParser] Rename "ConditionCode" variable to "ConditionPredicate".
authorDavid L. Jones <dlj@google.com>
Thu, 16 May 2019 23:27:05 +0000 (23:27 +0000)
committerDavid L. Jones <dlj@google.com>
Thu, 16 May 2019 23:27:05 +0000 (23:27 +0000)
commit11305984d05454b2711cd067f5fadfacf3c58f37
treeafab66ac22edaf8575f3aa01bfc4d0a4e4814b74
parent08c15df29f8bca36ad8d6160379c14614bf4f5de
[X86][AsmParser] Rename "ConditionCode" variable to "ConditionPredicate".

This better matches the verbiage in Intel documentation, and should help avoid
confusion between these two different kinds of values, both of which are parsed
from mnemonics.

llvm-svn: 360953
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp