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:
Chris Lattner 2003-08-21 15:59:16 +00:00
parent eac3cdc68b
commit a83de0bf77
2 changed files with 2 additions and 0 deletions

View File

@ -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 "";
}
//===----------------------------------------------------------------------===//

View File

@ -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 "";
}
//===----------------------------------------------------------------------===//