mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix broken build of llvm using clang.
llvm-svn: 206257
This commit is contained in:
parent
d5c9f96cb9
commit
cb7d162522
@ -21,6 +21,8 @@ namespace llvm {
|
||||
class MachineMemOperand;
|
||||
class raw_ostream;
|
||||
|
||||
raw_ostream &operator<<(raw_ostream &OS, const MachineMemOperand &MMO);
|
||||
|
||||
/// PseudoSourceValue - Special value supplied for machine level alias
|
||||
/// analysis. It indicates that a memory access references the functions
|
||||
/// stack frame (e.g., a spill slot), below the stack frame (e.g., argument
|
||||
|
Loading…
Reference in New Issue
Block a user