Test commit.
authorJingyue Wu <jingyue@google.com>
Fri, 23 May 2014 06:30:12 +0000 (06:30 +0000)
committerJingyue Wu <jingyue@google.com>
Fri, 23 May 2014 06:30:12 +0000 (06:30 +0000)
The keyword "virtual" is not necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209501 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp

index c3d9f120e99660da7a32eba90d621a97d044ef98..f3a095d829e409ad026c1e0f91f79df9d6efff50 100644 (file)
@@ -63,7 +63,7 @@ public:
   static char ID;
   NVPTXFavorNonGenericAddrSpaces() : FunctionPass(ID) {}
 
   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.
 
   /// 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.