commit | e63711210236737d423f18516a9abb7186b25e64 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Fri Jul 30 20:30:44 2010 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Fri Jul 30 20:30:44 2010 +0000 |
tree | 3cb33ed870aaf1033a4c0dcd4721d353e0ea1103 | |
parent | 299c6dfcbf48bd1edb9508bd36614d761c2f6b12 [diff] [blame] |
Updated to llvm/clang from July 30, 2010 at 08:00. llvm-svn: 109887
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp index 80ed0e2..fb28a2e 100644 --- a/lldb/source/Expression/IRForTarget.cpp +++ b/lldb/source/Expression/IRForTarget.cpp
@@ -242,7 +242,7 @@ ui != guard_load->use_end(); ++ui) { - if (isa<Constant>(ui)) + if (isa<Constant>(*ui)) { // do nothing for the moment }