diff options
author | Chris Lattner <sabre@nondot.org> | 2005-09-08 17:45:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-09-08 17:45:12 +0000 |
commit | fbf8e57639cacba2a4be13400f5768cd3a10fd17 (patch) | |
tree | 1a3dd89c39a4d25d450b9e14847324d85c7ff9a2 /utils/TableGen/FileParser.cpp | |
parent | bfde080ce0ef03f6a95de38089b306d3c7a50f51 (diff) |
Keep names even when inlining. This allows us to realize that ADDI is:
(set GPRC:i32:$rD, (add GPRC:i32:$rA, (imm)<<Predicate_immSExt16>>:$imm))
not:
(set GPRC:i32:$rD, (add GPRC:i32:$rA, (imm)<<Predicate_immSExt16>>))
(we keep the ":$imm")
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23269 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FileParser.cpp')
0 files changed, 0 insertions, 0 deletions