[PATCH] D14665: Support literal structs in mangled intrinsics.

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 11:19:08 PST 2015


majnemer added a subscriber: majnemer.

================
Comment at: lib/IR/Function.cpp:492-493
@@ +491,4 @@
+        Result += getMangledTypeStr(Ty);
+    } else
+      Result += "s_" + STyp->getName().str();
+    // Ensure nested struct types are distinguishable.
----------------
Please consistently use braces.


http://reviews.llvm.org/D14665





More information about the llvm-commits mailing list