commit | b0b84385f0cb0ea4036579f5f384f1c19b917c7e | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Dec 18 20:58:47 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Dec 18 20:58:47 2009 +0000 |
tree | 7ca4121c43957525ffe6a10124ea0063dd636106 | |
parent | 53287518f69b8f06f82a6cdbd13e4e3a13b58186 [diff] [blame] |
Fix a few MSVC warnings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91714 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CGBuiltin.cpp b/lib/CodeGen/CGBuiltin.cpp index a3f83a7..a791fd0 100644 --- a/lib/CodeGen/CGBuiltin.cpp +++ b/lib/CodeGen/CGBuiltin.cpp
@@ -853,7 +853,5 @@ Value *CodeGenFunction::EmitPPCBuiltinExpr(unsigned BuiltinID, const CallExpr *E) { - switch (BuiltinID) { - default: return 0; - } + return 0; }