diff options
Diffstat (limited to 'clang/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | clang/CodeGen/CodeGenFunction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/CodeGen/CodeGenFunction.cpp b/clang/CodeGen/CodeGenFunction.cpp index 9e3f1cef383..07953483cdf 100644 --- a/clang/CodeGen/CodeGenFunction.cpp +++ b/clang/CodeGen/CodeGenFunction.cpp @@ -128,7 +128,7 @@ void CodeGenFunction::StartBlock(const char *N) { /// getRecordLayoutInfo - Return record layout info. RecordLayoutInfo *CodeGenFunction::getRecordLayoutInfo(CodeGenTypes &CGT, - QualType RTy) { + QualType RTy) { assert (isa<RecordType>(RTy) && "Unexpected type. RecordType expected here."); |