diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-09-25 01:48:59 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-09-25 01:48:59 +0000 |
commit | f031fcbae09db661a1f3edaa88edc572470d5142 (patch) | |
tree | ffb01d1766ab164630683a19d88d92067c5f766f /lib | |
parent | 684887e627f8b82e4b2db7c7d8bee483a017b291 (diff) | |
download | external_llvm-f031fcbae09db661a1f3edaa88edc572470d5142.zip external_llvm-f031fcbae09db661a1f3edaa88edc572470d5142.tar.gz external_llvm-f031fcbae09db661a1f3edaa88edc572470d5142.tar.bz2 |
Rename keyword "modify" -> "implicit".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/TargetSelectionDAG.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetSelectionDAG.td b/lib/Target/TargetSelectionDAG.td index 194f55f..15c3169 100644 --- a/lib/Target/TargetSelectionDAG.td +++ b/lib/Target/TargetSelectionDAG.td @@ -197,7 +197,7 @@ class SDNode<string opcode, SDTypeProfile typeprof, } def set; -def modify; +def implicit; def parallel; def node; def srcvalue; |