summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit43686dad3d5e2da63205e101074c4236f4e64526 (patch)
treec42eee1dc015cc96c3a7fb8b2d21e7c2e074a469 /llvm/lib/Target
parent0241bb57b2aa8094fcc87034d622c64c8f028de6 (diff)
downloadbcm5719-llvm-43686dad3d5e2da63205e101074c4236f4e64526.tar.gz
bcm5719-llvm-43686dad3d5e2da63205e101074c4236f4e64526.zip
Rename keyword "modify" -> "implicit".
llvm-svn: 42282
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/TargetSelectionDAG.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetSelectionDAG.td b/llvm/lib/Target/TargetSelectionDAG.td
index 194f55f9674..15c31696a1e 100644
--- a/llvm/lib/Target/TargetSelectionDAG.td
+++ b/llvm/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;
OpenPOWER on IntegriCloud