Skip to content

Commit 2366faa

Browse files
committed
rebase
1 parent ae8a877 commit 2366faa

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

clang/lib/CodeGen/CGBuiltin.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,11 @@
3535
#include "llvm/IR/MatrixBuilder.h"
3636
#include "llvm/Support/ConvertUTF.h"
3737
#include "llvm/Support/ScopedPrinter.h"
38-
#include "llvm/TargetParser/AArch64TargetParser.h"
39-
#include "llvm/TargetParser/X86TargetParser.h"
4038
#include <algorithm>
4139
#include <optional>
4240
#include <utility>
4341
#include <deque>
4442
#include <vector>
45-
#include <sstream>
4643

4744
using namespace clang;
4845
using namespace CodeGen;

clang/test/CodeGenCXX/builtin-clear-padding-codegen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct Empty {};
1515
// CHECK-NEXT: ret void
1616
//
1717
void testEmpty(Empty *e) {
18-
// This should clear the one byte that Emtpy occupies.
18+
// This should clear the one byte that Empty occupies.
1919
__builtin_clear_padding(e);
2020
}
2121

0 commit comments

Comments
 (0)