aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-06-20 00:31:27 +0000
committerChris Lattner <sabre@nondot.org>2006-06-20 00:31:27 +0000
commit186fb7d131d598c3596204886bd754a47bb268a2 (patch)
treee09e63b95b53459f4101f11fa158ab2af15e2b8f /lib/CodeGen/DwarfWriter.cpp
parent30da68acce4f7f8f1ef9f94bc18ee5a1f2364c3c (diff)
Don't require src/dst patterns to be able to fully resolve their types,
because information about one can help refine the other. This allows us to write: def : Pat<(i32 (extload xaddr:$src, i8)), (LBZX xaddr:$src)>; as: def : Pat<(extload xaddr:$src, i8), (LBZX xaddr:$src)>; because tblgen knows LBZX returns i32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28865 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/DwarfWriter.cpp')
0 files changed, 0 insertions, 0 deletions