aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-06-23 19:50:39 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2010-06-23 19:50:39 +0000
commit30a28d658832fe58b5bcdf2225751bded9cc0e1d (patch)
treec20505ed90dbe4d6e3012e5aa8e1295de190d6a8 /lldb/source/Commands/CommandObjectLog.cpp
parentd3e231eb3ce6a2a9933da063ab85445baefe36e7 (diff)
downloadllvm-30a28d658832fe58b5bcdf2225751bded9cc0e1d.zip
llvm-30a28d658832fe58b5bcdf2225751bded9cc0e1d.tar.gz
llvm-30a28d658832fe58b5bcdf2225751bded9cc0e1d.tar.bz2
Fix a tblgen bug.
Given the pattern below as an example: list<dag> Pattern = [(set RC:$dst, (v4f32 (shufp:src3 RC:$src1, (mem_frag addr:$src2))))]; The right reference resolving should lead to: list<dag> Pattern = [(set VR128:$dst, (v4f32 (shufp:src3 VR128:$src1, (mem_frag addr:$src2))))]; But was yielding: list<dag> Pattern = [(set VR128:$dst, (v4f32 (shufp VR128:$src1, (mem_frag addr:$src2))))]; Fix this by passing the right name when creating a new DagInit node. llvm-svn: 106670
Diffstat (limited to 'lldb/source/Commands/CommandObjectLog.cpp')
0 files changed, 0 insertions, 0 deletions