Fix a captialization error in r265077.
authorAdrian Prantl <aprantl@apple.com>
Fri, 1 Apr 2016 00:00:27 +0000 (00:00 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 1 Apr 2016 00:00:27 +0000 (00:00 +0000)
llvm-svn: 265079

llvm/include/llvm/IR/DebugInfoMetadata.h

index 3db273e..7e418af 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef LLVM_IR_DEBUGINFOMETADATA_H
 #define LLVM_IR_DEBUGINFOMETADATA_H
 
-#include "llvm/Adt/Optional.h"
+#include "llvm/ADT/Optional.h"
 #include "llvm/IR/Metadata.h"
 #include "llvm/Support/Dwarf.h"