OSDN Git Service

A semi-gross fix for a debug info issue. When inserting the "function start" label...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 30 Jan 2008 19:35:32 +0000 (19:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 30 Jan 2008 19:35:32 +0000 (19:35 +0000)
commit6b2cf285bd43fdc98ca68df477570ef6938d4fb2
tree704009214219b39241dc4d9f8f7157f80030e7d1
parent59c8d8ae892f8c9e7ab4054d6be3efd0b66a7e4f
A semi-gross fix for a debug info issue. When inserting the "function start" label (i.e. first label in the entry block) take care to insert it at the beginning of the block.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46568 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp