aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Verifier.cpp
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2008-09-26 19:31:53 +0000
committerDale Johannesen <dalej@apple.com>2008-09-26 19:31:53 +0000
commit7fefc6b4fea025c9a1003890e9fd57e18cda7734 (patch)
tree8b0f7eddad5534bff22ac34993421bf92991431f /lib/VMCore/Verifier.cpp
parent86098bd6a63d2cdf0c9be9ef3151bd2728281fd7 (diff)
downloadexternal_llvm-7fefc6b4fea025c9a1003890e9fd57e18cda7734.zip
external_llvm-7fefc6b4fea025c9a1003890e9fd57e18cda7734.tar.gz
external_llvm-7fefc6b4fea025c9a1003890e9fd57e18cda7734.tar.bz2
Another file I forgot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56678 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/VMCore/Verifier.cpp')
-rw-r--r--lib/VMCore/Verifier.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Verifier.cpp b/lib/VMCore/Verifier.cpp
index c780868..3f950be 100644
--- a/lib/VMCore/Verifier.cpp
+++ b/lib/VMCore/Verifier.cpp
@@ -521,7 +521,6 @@ void Verifier::visitFunction(Function &F) {
default:
break;
case CallingConv::C:
- case CallingConv::X86_SSECall:
break;
case CallingConv::Fast:
case CallingConv::Cold: