From 51c220cbeb226dd1c0f03d4fc07f6419df875651 Mon Sep 17 00:00:00 2001 From: Serguei Katkov Date: Wed, 12 Apr 2017 04:41:35 +0000 Subject: [PATCH] [INC] Test commit. NFC. Just an update of comment. llvm-svn: 300026 --- llvm/lib/CodeGen/ImplicitNullChecks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/ImplicitNullChecks.cpp b/llvm/lib/CodeGen/ImplicitNullChecks.cpp index 2d36bc6..920c2a3 100644 --- a/llvm/lib/CodeGen/ImplicitNullChecks.cpp +++ b/llvm/lib/CodeGen/ImplicitNullChecks.cpp @@ -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. // //===----------------------------------------------------------------------===// -- 2.7.4