aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-09-25 01:48:59 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-09-25 01:48:59 +0000
commitf031fcbae09db661a1f3edaa88edc572470d5142 (patch)
treeffb01d1766ab164630683a19d88d92067c5f766f /lib
parent684887e627f8b82e4b2db7c7d8bee483a017b291 (diff)
downloadexternal_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.td2
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;