summaryrefslogtreecommitdiff
path: root/compiler/optimizing/instruction_builder.cc
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2020-12-30 22:55:57 -0800
committerPeter Collingbourne <pcc@google.com>2021-01-05 22:08:35 +0000
commitf6b9e40be37818012cf13341ea968d5761bb64e4 (patch)
tree933773c663aecae8e3a01069622f42caa3a76445 /compiler/optimizing/instruction_builder.cc
parent6e6f1b2ffb243b3e5ae112bba3cd52031deb31ba (diff)
Add constexpr annotations to LSEVisitor member functions.
Newer versions of clang rightly warn about LSEVisitor::Value::Equals not being a constexpr function because it calls the non-constexpr function LSEVisitor::IsValid(). Silence the warning by marking that function and its callees as constexpr. Change-Id: Ib3c36bd02232f8e465eac4eceabfa7ac069a634f
Diffstat (limited to 'compiler/optimizing/instruction_builder.cc')
0 files changed, 0 insertions, 0 deletions