mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 06:25:01 +00:00
Added missing const from my last commit.
llvm-svn: 172736
This commit is contained in:
parent
54242440aa
commit
0f96f3f655
@ -170,7 +170,7 @@ namespace {
|
||||
|
||||
raw_ostream &operator<<(raw_ostream &OS, const InstructionClass Class)
|
||||
LLVM_ATTRIBUTE_USED;
|
||||
raw_ostream &operator<<(raw_ostream &OS, InstructionClass Class) {
|
||||
raw_ostream &operator<<(raw_ostream &OS, const InstructionClass Class) {
|
||||
switch (Class) {
|
||||
case IC_Retain:
|
||||
return OS << "IC_Retain";
|
||||
|
Loading…
x
Reference in New Issue
Block a user