OSDN Git Service

[INC] Test commit. NFC.
authorSerguei Katkov <serguei.katkov@azul.com>
Wed, 12 Apr 2017 04:41:35 +0000 (04:41 +0000)
committerSerguei Katkov <serguei.katkov@azul.com>
Wed, 12 Apr 2017 04:41:35 +0000 (04:41 +0000)
Just an update of comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300026 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ImplicitNullChecks.cpp

index 2d36bc6..920c2a3 100644 (file)
@@ -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.
 //
 //===----------------------------------------------------------------------===//