Updated to llvm/clang from July 30, 2010 at 08:00.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@109887 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/IRForTarget.cpp b/source/Expression/IRForTarget.cpp
index 80ed0e2..fb28a2e 100644
--- a/source/Expression/IRForTarget.cpp
+++ b/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
         }