Go to file
Jakob Stoklund Olesen 0e233ae183 Teach MachineBasicBlock::getFirstTerminator to ignore debug values.
It will still return an iterator that points to the first terminator or end(),
but there may be DBG_VALUE instructions following the first terminator.

llvm-svn: 123384
2011-01-13 18:41:05 +00:00
clang Fix a test case 2011-01-13 18:03:24 +00:00
compiler-rt Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson 2011-01-07 19:09:06 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Fixing an ambiguity in variadics found by clang. 2011-01-12 22:56:59 +00:00
lldb Implemented a major overhaul of the way variables are handled 2011-01-13 08:53:35 +00:00
llvm Teach MachineBasicBlock::getFirstTerminator to ignore debug values. 2011-01-13 18:41:05 +00:00