projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f97e200
)
Test commit.
author
Jingyue Wu
<jingyue@google.com>
Fri, 23 May 2014 06:30:12 +0000
(06:30 +0000)
committer
Jingyue 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
patch
|
blob
|
history
diff --git
a/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
b/lib/Target/NVPTX/NVPTXFavorNonGenericAddrSpaces.cpp
index c3d9f120e99660da7a32eba90d621a97d044ef98..f3a095d829e409ad026c1e0f91f79df9d6efff50 100644
(file)
--- 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.