summaryrefslogtreecommitdiffstats
path: root/lib/Target/PTX/PTXInstrFormats.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PTX/PTXInstrFormats.td')
-rw-r--r--lib/Target/PTX/PTXInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PTX/PTXInstrFormats.td b/lib/Target/PTX/PTXInstrFormats.td
index e4e0999..8cee351 100644
--- a/lib/Target/PTX/PTXInstrFormats.td
+++ b/lib/Target/PTX/PTXInstrFormats.td
@@ -9,7 +9,7 @@
// PTX Predicate operand, default to (0, 0) = (zero-reg, always).
// Leave PrintMethod empty; predicate printing is defined elsewhere.
-def pred : PredicateOperand<OtherVT, (ops Preds, i32imm),
+def pred : PredicateOperand<OtherVT, (ops RegPred, i32imm),
(ops (i1 zero_reg), (i32 0))>;
let Namespace = "PTX" in {
OpenPOWER on IntegriCloud