Mark GEPs as not being in bounds.

llvm-svn: 185472
diff --git a/safecode/lib/InsertPoolChecks/GEPChecks.cpp b/safecode/lib/InsertPoolChecks/GEPChecks.cpp
index 0ad9c4e..5b4fa9f 100644
--- a/safecode/lib/InsertPoolChecks/GEPChecks.cpp
+++ b/safecode/lib/InsertPoolChecks/GEPChecks.cpp
@@ -58,6 +58,8 @@
     return;
   }
 
+  GEP.setIsInBounds (false);
+
   //
   // Get the function in which the GEP instruction lives.
   //