Don't propagate debug locations to instructions for materializing
authorDan Gohman <gohman@apple.com>
Wed, 14 Jul 2010 01:07:44 +0000 (01:07 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 14 Jul 2010 01:07:44 +0000 (01:07 +0000)
commita10b8494a50108482302f6f077d72fbc76d776ed
treee81579037f550ad65a4f97927e3214b3fd1b6cf2
parent7dbf7d8b1cc60f869534b959025aa29b6e1018fb
Don't propagate debug locations to instructions for materializing
constants, since they may not be emited near the other instructions
which get the same line, and this confuses debug info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108302 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/X86/X86FastISel.cpp