diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-07-08 03:04:38 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-07-08 03:04:38 +0000 |
| commit | a21d3daadca6871266d39e733118d0c5f26390c1 (patch) | |
| tree | 7f6f527fe8d73f9d1200d540fa840e3840612748 /llvm/lib/Analysis/ConstantFolding.cpp | |
| parent | d8ffadcd8220e003ef562a8673513a98fae80081 (diff) | |
| download | bcm5719-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/lib/Analysis/ConstantFolding.cpp')
| -rw-r--r-- | llvm/lib/Analysis/ConstantFolding.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/ConstantFolding.cpp b/llvm/lib/Analysis/ConstantFolding.cpp index 7ebfec3dff4..ffdc52ce743 100644 --- a/llvm/lib/Analysis/ConstantFolding.cpp +++ b/llvm/lib/Analysis/ConstantFolding.cpp @@ -365,8 +365,6 @@ Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, const Type *DestTy, return 0; case Instruction::ICmp: case Instruction::FCmp: - case Instruction::VICmp: - case Instruction::VFCmp: assert(0 &&"This function is invalid for compares: no predicate specified"); case Instruction::PtrToInt: // If the input is a inttoptr, eliminate the pair. This requires knowing |

