From: Jingyue Wu Date: Fri, 23 May 2014 06:30:12 +0000 (+0000) Subject: Test commit. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cfce940eae2c991cc8caf2f4882bedefe928d83a;p=oota-llvm.git 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 --- diff --git a/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp b/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp index c3d9f120e99..f3a095d829e 100644 --- a/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp +++ b/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp @@ -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.