From cfce940eae2c991cc8caf2f4882bedefe928d83a Mon Sep 17 00:00:00 2001 From: Jingyue Wu Date: Fri, 23 May 2014 06:30:12 +0000 Subject: [PATCH] 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 --- lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1