Fixed case insensitive issue.
authorMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 03:35:20 +0000 (03:35 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 28 Jan 2013 03:35:20 +0000 (03:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173653 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/ObjCARC/ObjCARC.cpp

index 38adfa322df1e4b3a8fa94a688d2c92dc5c689bc..dceb567d10e15819ba88994bd77e018ef826e4ec 100644 (file)
@@ -21,7 +21,7 @@
 #include "llvm/IR/DataLayout.h"
 #include "llvm/InitializePasses.h"
 #include "llvm/PassManager.h"
-#include "llvm/Support/Commandline.h"
+#include "llvm/Support/CommandLine.h"
 
 using namespace llvm;
 using namespace llvm::objcarc;