Skip to content

Commit 15bf5af

Browse files
committed
Format
1 parent 58d85cf commit 15bf5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXInstPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
#include "MCTargetDesc/NVPTXInstPrinter.h"
1414
#include "NVPTX.h"
15+
#include "NVPTXSubtarget.h"
1516
#include "NVPTXUtilities.h"
1617
#include "llvm/ADT/StringRef.h"
1718
#include "llvm/IR/NVVMIntrinsicUtils.h"
@@ -24,7 +25,6 @@
2425
#include "llvm/Support/ErrorHandling.h"
2526
#include "llvm/Support/FormatVariadic.h"
2627
#include <cctype>
27-
#include "NVPTXSubtarget.h"
2828
using namespace llvm;
2929

3030
#define DEBUG_TYPE "asm-printer"

0 commit comments

Comments
 (0)