mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 09:41:08 +00:00
[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
This commit is contained in:
parent
c8c5a6b277
commit
0c0f77d03d
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user