mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Check in hook that I forgot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
815cbcf0f1
commit
56de0363e3
@ -98,6 +98,9 @@ X("lower-packed",
|
||||
|
||||
} // end namespace
|
||||
|
||||
FunctionPass *createLowerPackedPass() { return new LowerPacked(); }
|
||||
|
||||
|
||||
// This function sets lowered values for a corresponding
|
||||
// packed value. Note, in the case of a forward reference
|
||||
// getValues(Value*) will have already been called for
|
||||
|
Loading…
x
Reference in New Issue
Block a user