File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 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
4744using namespace clang ;
4845using namespace CodeGen ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ struct Empty {};
1515// CHECK-NEXT: ret void
1616//
1717void 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
You can’t perform that action at this time.
0 commit comments