diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-06-30 12:19:16 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-06-30 12:19:16 +0000 |
commit | db6bd02185981cbf0e7a50273d7c24b110d96c90 (patch) | |
tree | d69da972942f65b150d463b8cb1c11af82062afb /llvm/lib/CodeGen/PatchableFunction.cpp | |
parent | 5486eab3853b78185f091e5d567aec8c3eafcec2 (diff) | |
download | bcm5719-llvm-db6bd02185981cbf0e7a50273d7c24b110d96c90.tar.gz bcm5719-llvm-db6bd02185981cbf0e7a50273d7c24b110d96c90.zip |
Delete unused includes. NFC.
llvm-svn: 274225
Diffstat (limited to 'llvm/lib/CodeGen/PatchableFunction.cpp')
-rw-r--r-- | llvm/lib/CodeGen/PatchableFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PatchableFunction.cpp b/llvm/lib/CodeGen/PatchableFunction.cpp index 6fd9954ddae..71a727ecb05 100644 --- a/llvm/lib/CodeGen/PatchableFunction.cpp +++ b/llvm/lib/CodeGen/PatchableFunction.cpp @@ -13,7 +13,6 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/Passes.h" -#include "llvm/CodeGen/Analysis.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstrBuilder.h" |