fix noasserts build
authorAdrian Prantl <aprantl@apple.com>
Fri, 14 Sep 2018 17:32:52 +0000 (17:32 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 14 Sep 2018 17:32:52 +0000 (17:32 +0000)
llvm-svn: 342247

llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp

index 539dbaa..7289579 100644 (file)
@@ -696,8 +696,10 @@ LLVM_DUMP_METHOD void SDDbgValue::dump(raw_ostream &OS) const {
  if (kind==SDNODE)
    OS << '(' << u.s.ResNo << ')';
  OS << ":\"" << Var->getName() << '"';
+#ifndef NDEBUG
  if (Expr->getNumElements())
    Expr->dump();
+#endif
 }
 
 /// Return true if this node is so simple that we should just print it inline