Add getModuleFlag(StringRef Key) to query a module flag given Key.
authorManman Ren <mren@apple.com>
Tue, 16 Jul 2013 23:21:16 +0000 (23:21 +0000)
committerManman Ren <mren@apple.com>
Tue, 16 Jul 2013 23:21:16 +0000 (23:21 +0000)
commitc8cfaa1625a72aa3660a268dae753748cfed67d0
tree523227b3a178285f153dc936af39f89be72ace67
parent45193d39d9af6bf668ca248a4c4d9fd066e7760c
Add getModuleFlag(StringRef Key) to query a module flag given Key.

No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186470 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Module.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/IR/Module.cpp