projects
/
oota-llvm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix case for include of Compiler.h.
[oota-llvm.git]
/
include
/
llvm
/
ADT
/
Optional.h
diff --git
a/include/llvm/ADT/Optional.h
b/include/llvm/ADT/Optional.h
index ffef8d91b3077d7666388e743c3378f2d02c43e2..f43aeb1bc4d9dadff7a9527838a934e261d742e4 100644
(file)
--- a/
include/llvm/ADT/Optional.h
+++ b/
include/llvm/ADT/Optional.h
@@
-16,7
+16,7
@@
#ifndef LLVM_ADT_OPTIONAL
#define LLVM_ADT_OPTIONAL
-#include "
LLVM
/Support/Compiler.h"
+#include "
llvm
/Support/Compiler.h"
#include <cassert>
#if LLVM_USE_RVALUE_REFERENCES