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/include/llvm-c | |
| 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/include/llvm-c')
| -rw-r--r-- | llvm/include/llvm-c/Core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index e0eaf9b5cba..9d8577380ba 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -341,8 +341,6 @@ void LLVMDisposeTypeHandle(LLVMTypeHandleRef TypeHandle); macro(CmpInst) \ macro(FCmpInst) \ macro(ICmpInst) \ - macro(VFCmpInst) \ - macro(VICmpInst) \ macro(ExtractElementInst) \ macro(GetElementPtrInst) \ macro(InsertElementInst) \ |

