[PATCH] D41209: Minor corrections to TBAA metadata docs <NFC>

Ivan Kosarev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 14 03:22:05 PST 2017


kosarev added inline comments.


================
Comment at: docs/LangRef.rst:4663
       outer->inner_a.i = 0;    // tag1: (OuterStructTy, IntScalarTy, 12)
-      outer->inner_a.f = 0.0;  // tag2: (OuterStructTy, IntScalarTy, 16)
+      outer->inner_a.f = 0.0;  // tag2: (OuterStructTy, FloatScalarTy, 16)
       *f = 0.0;                // tag3: (FloatScalarTy, FloatScalarTy, 0)
----------------
Good catch. There's another patch, D40975, that inherited this typo. Will update it respectively. Thanks.


https://reviews.llvm.org/D41209





More information about the llvm-commits mailing list