diff options
author | Sanjay Patel <spatel@rotateright.com> | 2017-12-02 16:29:34 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2017-12-02 16:29:34 +0000 |
commit | 0c0f77d03d4ef710f96f08cb3662f48d3384ea05 (patch) | |
tree | 2a9ce531cd163031808cac9ed0b45d1001f5715c /clang | |
parent | c8c5a6b277a341e1ea855407d4046c9c32bb2b7b (diff) | |
download | bcm5719-llvm-0c0f77d03d4ef710f96f08cb3662f48d3384ea05.tar.gz bcm5719-llvm-0c0f77d03d4ef710f96f08cb3662f48d3384ea05.zip |
[CodeGen] remove stale comment; NFC
The libm functions with LLVM intrinsic twins were moved above this blob with:
https://reviews.llvm.org/rL319593
llvm-svn: 319618
Diffstat (limited to 'clang')
-rw-r--r-- | clang/lib/CodeGen/CGBuiltin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp index 76b6db13513..962f5d8a517 100644 --- a/clang/lib/CodeGen/CGBuiltin.cpp +++ b/clang/lib/CodeGen/CGBuiltin.cpp @@ -1028,7 +1028,7 @@ RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD, } switch (BuiltinID) { - default: break; // Handle intrinsics and libm functions below. + default: break; case Builtin::BI__builtin___CFStringMakeConstantString: case Builtin::BI__builtin___NSStringMakeConstantString: return RValue::get(ConstantEmitter(*this).emitAbstract(E, E->getType())); |