Make error statement more personal.

llvm-svn: 96410
This commit is contained in:
Bill Wendling 2010-02-16 22:47:14 +00:00
parent 314e34b5b8
commit 85e5081c77
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ getSymbolForDwarfReference(const MCSymbol *Sym, MachineModuleInfo *MMI,
switch (Encoding & 0xF0) {
default:
llvm_report_error("Do not support this DWARF encoding yet!");
llvm_report_error("We do not support this DWARF encoding yet!");
break;
case dwarf::DW_EH_PE_absptr:
// Do nothing special