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:
Jingyue Wu 2014-05-23 06:30:12 +00:00
parent f97e200a98
commit cfce940eae

View File

@ -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.