mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 07:01:35 +00:00
[TableGen] Remove unneeded namespace around a function. Just put llvm:: on the definition since it's already declared in a header file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ef92f29b75
commit
a274efbc67
@ -70,9 +70,7 @@ static int createDependencyFile(const TGParser &Parser, const char *argv0) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
namespace llvm {
|
||||
|
||||
int TableGenMain(char *argv0, TableGenMainFn *MainFn) {
|
||||
int llvm::TableGenMain(char *argv0, TableGenMainFn *MainFn) {
|
||||
RecordKeeper Records;
|
||||
|
||||
// Parse the input file.
|
||||
@ -120,5 +118,3 @@ int TableGenMain(char *argv0, TableGenMainFn *MainFn) {
|
||||
Out.keep();
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user