summaryrefslogtreecommitdiffstats
path: root/llvm/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-17 22:17:27 +0000
committerChris Lattner <sabre@nondot.org>2011-04-17 22:17:27 +0000
commit0d7a5a7daad34fa9de07e5987272e77347aaf502 (patch)
tree25e5b4374a7055e539d8957135024dd18da85a8f /llvm/include
parentc479e0631fe08b86c3c4c4e8196ee05779a62299 (diff)
downloadbcm5719-llvm-0d7a5a7daad34fa9de07e5987272e77347aaf502.tar.gz
bcm5719-llvm-0d7a5a7daad34fa9de07e5987272e77347aaf502.zip
since the VT is fixed for a ImmLeaf, there is no reason to expose it to the matching code.
llvm-svn: 129677
Diffstat (limited to 'llvm/include')
-rw-r--r--llvm/include/llvm/Target/TargetSelectionDAG.td3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm/Target/TargetSelectionDAG.td b/llvm/include/llvm/Target/TargetSelectionDAG.td
index f7fac7afa3e..552dc84864c 100644
--- a/llvm/include/llvm/Target/TargetSelectionDAG.td
+++ b/llvm/include/llvm/Target/TargetSelectionDAG.td
@@ -532,8 +532,7 @@ class PatLeaf<dag frag, code pred = [{}], SDNodeXForm xform = NOOP_SDNodeXForm>
// ImmLeaf is a pattern fragment with a constraint on the immediate. The
// constraint is a function that is run on the immediate (always with the value
-// sign extended out to an int64_t) as Imm. The value type being matched is
-// available as VT. For example:
+// sign extended out to an int64_t) as Imm. For example:
//
// def immSExt8 : ImmLeaf<i16, [{ return (char)Imm == Imm; }]>;
//
OpenPOWER on IntegriCloud