mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
Fix warning on sparc build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8006 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
eac3cdc68b
commit
a83de0bf77
@ -401,6 +401,7 @@ std::string Pattern::getSlotName(Record *R) {
|
||||
} else {
|
||||
assert(0 && "Don't know how to get a slot name for this!");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
@ -401,6 +401,7 @@ std::string Pattern::getSlotName(Record *R) {
|
||||
} else {
|
||||
assert(0 && "Don't know how to get a slot name for this!");
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
Loading…
Reference in New Issue
Block a user