[PATCH] D21928: Aliasing of constant pointers (inttoptr Const) for BasicAA

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 09:12:56 PDT 2016


asl added a subscriber: asl.

================
Comment at: lib/Analysis/BasicAliasAnalysis.cpp:1530
@@ +1529,3 @@
+  if (V1Type == V2Type)
+  {
+    ConstantInt *C1 = 0;
----------------
Please follow LLVM style guidelines


http://reviews.llvm.org/D21928





More information about the llvm-commits mailing list