================
@@ -242,6 +242,11 @@ def HasLSUI          : Predicate<"Subtarget->hasLSUI()">,
 def HasOCCMO         : Predicate<"Subtarget->hasOCCMO()">,
                        AssemblerPredicateWithAll<(all_of FeatureOCCMO), 
"occmo">;
 
+def HasCMH          : Predicate<"Subtarget->hasCMH()">,
----------------
jthackray wrote:

Heh. Actually, the lines above mine are mis-aligned with respect to the 
majority of that file, but I didn't want to touch them as I'm not changing them 
in 9.7.

I've got an NFC change to tidy this file up which I could add as follow-up PR 
at the top of this stack of PRs.

https://github.com/llvm/llvm-project/pull/163155
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to