Skip to content

Commit 59ebd50

Browse files
committed
Fix formatting.
1 parent 5a2ea20 commit 59ebd50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/CodeGen/CGExpr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ RawAddress CodeGenFunction::CreateTempAlloca(llvm::Type *Ty, CharUnits Align,
110110
llvm::Value *V = Alloca.getPointer();
111111
assert((!getLangOpts().OpenCL ||
112112
CGM.getTarget().getTargetAddressSpace(getASTAllocaAddressSpace()) ==
113-
CGM.getTarget().getTargetAddressSpace(LangAS::opencl_private)) &&
114-
"For OpenCL allocas must allocate in the private address space!");
113+
CGM.getTarget().getTargetAddressSpace(LangAS::opencl_private)) &&
114+
"For OpenCL allocas must allocate in the private address space!");
115115
// Alloca always returns a pointer in alloca address space, which may
116116
// be different from the type defined by the language. For example,
117117
// in C++ the auto variables are in the default address space. Therefore

0 commit comments

Comments
 (0)