mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
[Coroutines] Add header guard to header that's missing one.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8b177c8b59
commit
eb8cfb32d2
@ -23,6 +23,9 @@
|
||||
// the Coroutine library.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_LIB_TRANSFORMS_COROUTINES_COROINSTR_H
|
||||
#define LLVM_LIB_TRANSFORMS_COROUTINES_COROINSTR_H
|
||||
|
||||
#include "llvm/IR/GlobalVariable.h"
|
||||
#include "llvm/IR/IntrinsicInst.h"
|
||||
|
||||
@ -316,3 +319,5 @@ public:
|
||||
};
|
||||
|
||||
} // End namespace llvm.
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user