Skip to content

Commit cfa9a74

Browse files
committed
Fix format errors
Signed-off-by: Soumi Manna <[email protected]>
1 parent 4a0bb25 commit cfa9a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGLoopInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
#define LLVM_CLANG_LIB_CODEGEN_CGLOOPINFO_H
1616

1717
#include "llvm/ADT/ArrayRef.h"
18+
#include "llvm/ADT/Optional.h"
1819
#include "llvm/ADT/SmallVector.h"
1920
#include "llvm/IR/DebugLoc.h"
2021
#include "llvm/IR/Value.h"
2122
#include "llvm/Support/Compiler.h"
22-
#include "llvm/ADT/Optional.h"
2323

2424
namespace llvm {
2525
class BasicBlock;

0 commit comments

Comments
 (0)