A quick nm audit turned up several fixed tables and objects that were
[oota-llvm.git] / lib / Target / CBackend / CBackend.cpp
index eb7d58517bcf25fdcffc502036659330303c1e48..24ac8f9e5c07bc2894bfbf0a33b88a1ac1a691aa 100644 (file)
@@ -2825,7 +2825,7 @@ std::string CWriter::InterpretASMConstraint(InlineAsm::ConstraintInfo& c) {
 
   assert(c.Codes.size() == 1 && "Too many asm constraint codes to handle");
 
-  const char** table = 0;
+  const char *const *table = 0;
   
   //Grab the translation table from TargetAsmInfo if it exists
   if (!TAsm) {