rnk accepted this revision.
rnk added a reviewer: rnk.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: lib/CodeGen/CodeGenModule.cpp:463
@@ +462,3 @@
+
+ // if (U.getUser() == GV) continue;
+
----------------
Commented out code?
================
Comment at: lib/CodeGen/CodeGenModule.cpp:479-480
@@ +478,4 @@
+ if (C && !isa<llvm::GlobalValue>(C)) {
+ for (llvm::Use &U : C->uses())
+ U->dump();
+ C->handleOperandChange(V, Replacement, U);
----------------
Some debugging code maybe?
Repository:
rL LLVM
http://reviews.llvm.org/D12087
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits