summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorWan Xiaofei <xiaofei.wan@intel.com>2013-06-19 02:26:00 +0000
committerWan Xiaofei <xiaofei.wan@intel.com>2013-06-19 02:26:00 +0000
commit1b11a1925e64b6467ce4abb07157d524bfbc2d51 (patch)
treeb6dfbeca9d0d75ace41c289784d1d3726aa6e055 /tools/llc
parente1e1bb1b362b81bd8ff2037efbeda11bf3f73787 (diff)
downloadllvm-1b11a1925e64b6467ce4abb07157d524bfbc2d51.tar.gz
llvm-1b11a1925e64b6467ce4abb07157d524bfbc2d51.tar.bz2
llvm-1b11a1925e64b6467ce4abb07157d524bfbc2d51.tar.xz
Test commit access.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184278 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 8a462c608a..bcabafc467 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -13,6 +13,7 @@
//
//===----------------------------------------------------------------------===//
+
#include "llvm/IR/LLVMContext.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Assembly/PrintModulePass.h"