diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-03-24 19:37:00 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-03-24 19:37:00 +0000 |
commit | 99ffcc83e6872f7535d009d7150df4bd12953bc5 (patch) | |
tree | 652fe2ddd29bfb6c03d163b8760955f5a145e518 /llvm/utils/TableGen/CodeGenMapTable.cpp | |
parent | 91a5848cab499b280bbab58b4896af4a20f826fc (diff) | |
download | bcm5719-llvm-99ffcc83e6872f7535d009d7150df4bd12953bc5.tar.gz bcm5719-llvm-99ffcc83e6872f7535d009d7150df4bd12953bc5.zip |
Allow types to be omitted in output patterns.
This syntax is now preferred:
def : Pat<(subc i32:$b, i32:$c), (SUBCCrr $b, $c)>;
There is no reason to repeat the types in the output pattern.
llvm-svn: 177844
Diffstat (limited to 'llvm/utils/TableGen/CodeGenMapTable.cpp')
0 files changed, 0 insertions, 0 deletions