mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Fix case for include of Compiler.h.
llvm-svn: 166243
This commit is contained in:
parent
254e676432
commit
2d1d4bb52f
@ -16,7 +16,7 @@
|
|||||||
#ifndef LLVM_ADT_OPTIONAL
|
#ifndef LLVM_ADT_OPTIONAL
|
||||||
#define LLVM_ADT_OPTIONAL
|
#define LLVM_ADT_OPTIONAL
|
||||||
|
|
||||||
#include "LLVM/Support/Compiler.h"
|
#include "llvm/Support/Compiler.h"
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
#if LLVM_USE_RVALUE_REFERENCES
|
#if LLVM_USE_RVALUE_REFERENCES
|
||||||
|
Loading…
Reference in New Issue
Block a user