aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/FileParser.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-09-09 23:00:07 +0000
committerChris Lattner <sabre@nondot.org>2005-09-09 23:00:07 +0000
commit3ec5d74fc5bc03bdb3ab5876799dff4d82e38193 (patch)
treeb8981089114f409ee55baba8a2bda58b0090bffb /utils/TableGen/FileParser.cpp
parent08addbd4770a60adb6dbdc29cf73e7720f08197a (diff)
Fix a problem duraid encountered on itanium where this folding:
select (x < y), 1, 0 -> (x < y) incorrectly: the setcc returns i1 but the select returned i32. Add the zero extend as needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FileParser.cpp')
0 files changed, 0 insertions, 0 deletions