summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ImplicitNullChecks.cpp
diff options
context:
space:
mode:
authorSerguei Katkov <serguei.katkov@azul.com>2017-04-12 04:41:35 +0000
committerSerguei Katkov <serguei.katkov@azul.com>2017-04-12 04:41:35 +0000
commit51c220cbeb226dd1c0f03d4fc07f6419df875651 (patch)
treeb988b125f8f42bd5851fb7c2d9bb19b06e6f7ca3 /llvm/lib/CodeGen/ImplicitNullChecks.cpp
parent900f817591d0f6871b324aef655cbda926d26052 (diff)
downloadbcm5719-llvm-51c220cbeb226dd1c0f03d4fc07f6419df875651.tar.gz
bcm5719-llvm-51c220cbeb226dd1c0f03d4fc07f6419df875651.zip
[INC] Test commit. NFC.
Just an update of comment. llvm-svn: 300026
Diffstat (limited to 'llvm/lib/CodeGen/ImplicitNullChecks.cpp')
-rw-r--r--llvm/lib/CodeGen/ImplicitNullChecks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ImplicitNullChecks.cpp b/llvm/lib/CodeGen/ImplicitNullChecks.cpp
index 2d36bc62644..920c2a372a9 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.
//
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud