R600: Calculate store mask instead of using switch.
[oota-llvm.git] / lib / CodeGen / MachineModuleInfo.cpp
index d0ff1e70699eab6a6103afc92d5409a4778204e7..7181025584548045460561c48b9cdfbfe091880a 100644 (file)
@@ -313,7 +313,7 @@ void MachineModuleInfo::EndFunction() {
   CallsEHReturn = 0;
   CallsUnwindInit = 0;
   CompactUnwindEncoding = 0;
-  VariableDbgInfo.clear();
+  VariableDbgInfos.clear();
 }
 
 /// AnalyzeModule - Scan the module for global debug information.