[llvm] r209501 - Test commit.
Jingyue Wu
jingyue at google.com
Thu May 22 23:30:12 PDT 2014
Author: jingyue
Date: Fri May 23 01:30:12 2014
New Revision: 209501
URL: http://llvm.org/viewvc/llvm-project?rev=209501&view=rev
Log:
Test commit.
The keyword "virtual" is not necessary.
Modified:
llvm/trunk/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
Modified: llvm/trunk/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp?rev=209501&r1=209500&r2=209501&view=diff
==============================================================================
--- llvm/trunk/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp (original)
+++ llvm/trunk/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp Fri May 23 01:30:12 2014
@@ -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.
More information about the llvm-commits
mailing list