Fix what looks like a merge problem that broke __clear_cache.

llvm-svn: 105595
This commit is contained in:
Rafael Espindola 2010-06-08 03:52:53 +00:00
parent 85dc7e0909
commit 895e51de4a
1 changed files with 1 additions and 1 deletions

View File

@ -902,7 +902,7 @@ Value *CodeGenFunction::EmitARMBuiltinExpr(unsigned BuiltinID,
unsigned Int;
// Determine the type of this overloaded NEON intrinsic.
if (BuiltinID != ARM::BI__builtin_thread_pointer) {
if (BuiltinID != ARM::BI__clear_cache) {
for (unsigned i = 0, e = E->getNumArgs() - 1; i != e; i++)
Ops.push_back(EmitScalarExpr(E->getArg(i)));