mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 00:21:03 +00:00
Fix copy-and-pastos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#include "llvm/Pass.h"
|
#include "llvm/Pass.h"
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
// Register the AliasAnalysis interface, providing a nice name to refer to.
|
// Register the ProfileInfo interface, providing a nice name to refer to.
|
||||||
namespace {
|
namespace {
|
||||||
RegisterAnalysisGroup<ProfileInfo> Z("Profile Information");
|
RegisterAnalysisGroup<ProfileInfo> Z("Profile Information");
|
||||||
}
|
}
|
||||||
@@ -37,6 +37,6 @@ namespace {
|
|||||||
RegisterOpt<NoProfileInfo>
|
RegisterOpt<NoProfileInfo>
|
||||||
X("no-profile", "No Profile Information");
|
X("no-profile", "No Profile Information");
|
||||||
|
|
||||||
// Declare that we implement the AliasAnalysis interface
|
// Declare that we implement the ProfileInfo interface
|
||||||
RegisterAnalysisGroup<ProfileInfo, NoProfileInfo, true> Y;
|
RegisterAnalysisGroup<ProfileInfo, NoProfileInfo, true> Y;
|
||||||
} // End of anonymous namespace
|
} // End of anonymous namespace
|
||||||
|
Reference in New Issue
Block a user