diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-07-07 03:54:51 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-07-07 03:54:51 +0000 |
commit | e4330726b8070bb7094414507a1040972ee52474 (patch) | |
tree | 38cb8e04b340eb5cc7c178af77e4ee21d8d4a6e6 | |
parent | 0fd9c48dfc6a324d8399b0b43ab4b943a1b1b843 (diff) |
Sort #includes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134589 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/CGExpr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExpr.cpp b/lib/CodeGen/CGExpr.cpp index a3f8301578..d9e565a440 100644 --- a/lib/CodeGen/CGExpr.cpp +++ b/lib/CodeGen/CGExpr.cpp @@ -20,8 +20,8 @@ #include "CGObjCRuntime.h" #include "clang/AST/ASTContext.h" #include "clang/AST/DeclObjC.h" -#include "llvm/Intrinsics.h" #include "clang/Frontend/CodeGenOptions.h" +#include "llvm/Intrinsics.h" #include "llvm/Target/TargetData.h" using namespace clang; using namespace CodeGen; |