[llvm] r300026 - [INC] Test commit. NFC.

Serguei Katkov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 21:41:36 PDT 2017


Author: skatkov
Date: Tue Apr 11 23:41:35 2017
New Revision: 300026

URL: http://llvm.org/viewvc/llvm-project?rev=300026&view=rev
Log:
[INC] Test commit. NFC.

Just an update of comment.

Modified:
    llvm/trunk/lib/CodeGen/ImplicitNullChecks.cpp

Modified: llvm/trunk/lib/CodeGen/ImplicitNullChecks.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ImplicitNullChecks.cpp?rev=300026&r1=300025&r2=300026&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ImplicitNullChecks.cpp (original)
+++ llvm/trunk/lib/CodeGen/ImplicitNullChecks.cpp Tue Apr 11 23:41:35 2017
@@ -22,7 +22,7 @@
 // With the help of a runtime that understands the .fault_maps section,
 // faulting_load_op branches to throw_npe if executing movl (%r10), %esi incurs
 // a page fault.
-// Store is also supported.
+// Store and LoadStore are also supported.
 //
 //===----------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list