mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Test commit.
The keyword "virtual" is not necessary. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209501 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f97e200a98
commit
cfce940eae
@ -63,7 +63,7 @@ public:
|
||||
static char ID;
|
||||
NVPTXFavorNonGenericAddrSpaces() : FunctionPass(ID) {}
|
||||
|
||||
virtual bool runOnFunction(Function &F) override;
|
||||
bool runOnFunction(Function &F) override;
|
||||
|
||||
/// Optimizes load/store instructions. Idx is the index of the pointer operand
|
||||
/// (0 for load, and 1 for store). Returns true if it changes anything.
|
||||
|
Loading…
Reference in New Issue
Block a user