Remove meaningless qualifiers from return types, avoiding compiler warnings.
authorDan Gohman <gohman@apple.com>
Mon, 19 Nov 2007 20:46:23 +0000 (20:46 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 19 Nov 2007 20:46:23 +0000 (20:46 +0000)
commit50cdabcfd52e88381ade61450d98a1c757195bef
tree487cb54b6e194c6023b5e01a1fb2752bbb4bb905
parentdaf9bc8eee3eb1bc992480921f50ef1b760f4159
Remove meaningless qualifiers from return types, avoiding compiler warnings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44240 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Dominators.h
include/llvm/BasicBlock.h
include/llvm/Target/TargetMachine.h
lib/Target/PowerPC/PPCTargetMachine.cpp
lib/Target/PowerPC/PPCTargetMachine.h
lib/VMCore/BasicBlock.cpp