summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Expression/IRForTarget.cpp')
-rw-r--r--lldb/source/Expression/IRForTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp
index 80ed0e29188..fb28a2ebf05 100644
--- a/lldb/source/Expression/IRForTarget.cpp
+++ b/lldb/source/Expression/IRForTarget.cpp
@@ -242,7 +242,7 @@ static void TurnGuardLoadIntoZero(Instruction* guard_load, Module &M)
ui != guard_load->use_end();
++ui)
{
- if (isa<Constant>(ui))
+ if (isa<Constant>(*ui))
{
// do nothing for the moment
}
OpenPOWER on IntegriCloud