Avoid creating expensive comment string if it's not going to be printed.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 1 Jul 2008 23:18:29 +0000 (23:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 1 Jul 2008 23:18:29 +0000 (23:18 +0000)
commit6547e406cf934346db7a206b61bcf09635afff0d
tree425e8b9b5d3952e58719f8341d8226569f69a734
parent4474c792c6ef21862dd166fd0de59d70c4c8d489
Avoid creating expensive comment string if it's not going to be printed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52992 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetOptions.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/DwarfWriter.cpp
lib/Target/TargetMachine.cpp