summaryrefslogtreecommitdiffstats
path: root/llvm/utils/llvm.grm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-07-08 03:04:38 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-07-08 03:04:38 +0000
commita21d3daadca6871266d39e733118d0c5f26390c1 (patch)
tree7f6f527fe8d73f9d1200d540fa840e3840612748 /llvm/utils/llvm.grm
parentd8ffadcd8220e003ef562a8673513a98fae80081 (diff)
downloadbcm5719-llvm-a21d3daadca6871266d39e733118d0c5f26390c1.tar.gz
bcm5719-llvm-a21d3daadca6871266d39e733118d0c5f26390c1.zip
Remove the vicmp and vfcmp instructions. Because we never had a release with
these instructions, no autoupgrade or backwards compatibility support is provided. llvm-svn: 74991
Diffstat (limited to 'llvm/utils/llvm.grm')
-rw-r--r--llvm/utils/llvm.grm4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/utils/llvm.grm b/llvm/utils/llvm.grm
index 2ca849d6797..1426e3b98e2 100644
--- a/llvm/utils/llvm.grm
+++ b/llvm/utils/llvm.grm
@@ -238,8 +238,6 @@ ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
| LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
| icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
| fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
- | vicmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
- | vfcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
| extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
| insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
| shufflevector "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
@@ -382,8 +380,6 @@ InstVal ::=
| LogicalOps Types ValueRef ^ "," ValueRef
| icmp IPredicates Types ValueRef ^ "," ValueRef
| fcmp FPredicates Types ValueRef ^ "," ValueRef
- | vicmp IPredicates Types ValueRef ^ "," ValueRef
- | vfcmp FPredicates Types ValueRef ^ "," ValueRef
| CastOps ResolvedVal to Types
| select ResolvedVal ^ "," ResolvedVal ^ "," ResolvedVal
| "va_arg" ResolvedVal ^ "," Types
OpenPOWER on IntegriCloud