diff options
author | Serguei Katkov <serguei.katkov@azul.com> | 2017-04-12 04:41:35 +0000 |
---|---|---|
committer | Serguei Katkov <serguei.katkov@azul.com> | 2017-04-12 04:41:35 +0000 |
commit | 51c220cbeb226dd1c0f03d4fc07f6419df875651 (patch) | |
tree | b988b125f8f42bd5851fb7c2d9bb19b06e6f7ca3 /llvm/lib/CodeGen/ImplicitNullChecks.cpp | |
parent | 900f817591d0f6871b324aef655cbda926d26052 (diff) | |
download | bcm5719-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.cpp | 2 |
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. // //===----------------------------------------------------------------------===// |