[PATCH] D12242: [NVPTX] Allow undef value as global initializer
Jingyue Wu via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 10:10:51 PDT 2015
jingyue accepted this revision.
jingyue added a comment.
This revision is now accepted and ready to land.
I should commit this one before your Clang change, right?
================
Comment at: lib/Target/NVPTX/NVPTXAsmPrinter.cpp:1186
@@ -1185,3 +1185,3 @@
} else {
// The frontend adds zero-initializer to variables that don't have an
// initial value, so skip warning for this case.
----------------
Please update the comments.
http://reviews.llvm.org/D12242
More information about the llvm-commits
mailing list