[PATCH] D42829: Emit label names according to -discard-value-names.

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 2 11:58:35 PST 2018


EricWF marked an inline comment as done.
EricWF added inline comments.


================
Comment at: test/CodeGenCXX/discard-name-values.cpp:7
 
-// CHECK: ret i32 %bar
-// DISCARDVALUE: ret i32 %0
+extern "C" void branch();
+
----------------
aaron.ballman wrote:
> Indentation is a bit off here. Actually, it seems off for much of the file -- can you reindent the comments as well?
Ack. Clang-format to the rescue!


https://reviews.llvm.org/D42829





More information about the cfe-commits mailing list