================
@@ -6143,23 +6143,23 @@ void PPCDAGToDAGISel::Select(SDNode *N) {
            " ELF/AIX or 32-bit AIX in the following.");
 
     // Transforms the ISD::TOC_ENTRY node for 32-bit AIX large code model mode,
-    // or 64-bit medium (ELF-only), or large (ELF and AIX) code model code that
-    // does not conain TOC data symbols.
+    // 64-bit medium (ELF-only), or large (ELF and AIX) code model code that
----------------
amy-kwan wrote:

We discussed this offline. I was just misunderstanding the comment and read it 
wrong so the above can be disregarded. I think adding the `64-bit` before large 
would be helpful, though.
```suggestion
    // 64-bit medium (ELF-only), or 64-bit large (ELF and AIX) code model code 
that
```

https://github.com/llvm/llvm-project/pull/90619
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to