commit | d23aa5a053329910e3ca934a358bf08d1543f1c9 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Sep 25 01:48:59 2007 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Sep 25 01:48:59 2007 +0000 |
tree | ffb01d1766ab164630683a19d88d92067c5f766f | |
parent | 48d1e4517e6cdbbcdacae6e555a0aefa6bc3975c [diff] [blame] |
Rename keyword "modify" -> "implicit". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42282 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ } def set; -def modify; +def implicit; def parallel; def node; def srcvalue;