diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2010-06-23 19:50:39 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2010-06-23 19:50:39 +0000 |
| commit | 30a28d658832fe58b5bcdf2225751bded9cc0e1d (patch) | |
| tree | c20505ed90dbe4d6e3012e5aa8e1295de190d6a8 /lldb/source/Commands/CommandObjectLog.cpp | |
| parent | d3e231eb3ce6a2a9933da063ab85445baefe36e7 (diff) | |
| download | llvm-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
