commit | bc97f6b7578e70ec48533f8de15d64479e2ad829 | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Mon Mar 08 19:20:38 2010 +0000 |
committer | Devang Patel <dpatel@apple.com> | Mon Mar 08 19:20:38 2010 +0000 |
tree | e447f334d2c42aef7c8b1f10ca4f72698d3a88c8 | |
parent | adccbca23f52b36678b35839dfee5ed549b92602 [diff] [blame] |
Revert r97947. llvm-svn: 97963
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 4c7cb8f..e23670d 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -1219,7 +1219,7 @@ DIScope Scope = DLT.getScope(); OS << " dbg:"; // Omit the directory, since it's usually long and uninteresting. - if (Scope.Verify()) + if (!Scope.isNull()) OS << Scope.getFilename(); else OS << "<unknown>";