From bc97f6b7578e70ec48533f8de15d64479e2ad829 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 8 Mar 2010 19:20:38 +0000 Subject: Revert r97947. llvm-svn: 97963 --- llvm/lib/CodeGen/MachineInstr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/MachineInstr.cpp') diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp index 4c7cb8f3aae..e23670d1d1d 100644 --- a/llvm/lib/CodeGen/MachineInstr.cpp +++ b/llvm/lib/CodeGen/MachineInstr.cpp @@ -1219,7 +1219,7 @@ void MachineInstr::print(raw_ostream &OS, const TargetMachine *TM) const { 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 << ""; -- cgit v1.2.3