fix coding style issue
This commit is contained in:
parent
7572e0df27
commit
e0a361f47a
|
@ -1,8 +1,8 @@
|
||||||
#include "RemoveCudaBuiltin.h"
|
#include "RemoveCudaBuiltin.h"
|
||||||
|
#include "RemoveMetadata.h"
|
||||||
#include "ReplaceConstantMemory.h"
|
#include "ReplaceConstantMemory.h"
|
||||||
#include "ReplaceCudaBuiltin.h"
|
#include "ReplaceCudaBuiltin.h"
|
||||||
#include "ReplaceKernelArgs.h"
|
#include "ReplaceKernelArgs.h"
|
||||||
#include "RemoveMetadata.h"
|
|
||||||
#include "tool.h"
|
#include "tool.h"
|
||||||
#include "llvm/IR/Module.h"
|
#include "llvm/IR/Module.h"
|
||||||
#include "llvm/IR/Verifier.h"
|
#include "llvm/IR/Verifier.h"
|
||||||
|
|
Loading…
Reference in New Issue