BlockHasNoFallThrough() now returns true if block ends with a return instruction.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 21 May 2007 18:44:17 +0000 (18:44 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 21 May 2007 18:44:17 +0000 (18:44 +0000)
commit126f17a17625876adb63f06d043fc1b1e4f0361c
tree964cd7516b79ac674519b306e34b4cee0cb182ae
parenteaeeb6fbda5a1c34b0c71251d2a5bf7b4d0da538
BlockHasNoFallThrough() now returns true if block ends with a return instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37266 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Alpha/AlphaInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp