mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Lowercase the argument for TargetTransformInfo so it's consistent with all other passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166794 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ab21c7a05
commit
276c43f022
@ -25,7 +25,7 @@ TargetTransformInfo::TargetTransformInfo() : ImmutablePass(ID) {
|
||||
"Tool did not specify a TargetTransformInfo to use?");
|
||||
}
|
||||
|
||||
INITIALIZE_PASS(TargetTransformInfo, "TargetTransformInfo",
|
||||
INITIALIZE_PASS(TargetTransformInfo, "targettransforminfo",
|
||||
"Target Transform Info", false, true)
|
||||
char TargetTransformInfo::ID = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user