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:
5d65542
)
with the previous refactoring, fixme fixed!
author
Chris Lattner
<sabre@nondot.org>
Sat, 1 Aug 2009 21:21:43 +0000
(21:21 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 1 Aug 2009 21:21:43 +0000
(21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77805
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetLoweringObjectFile.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetLoweringObjectFile.h
b/include/llvm/Target/TargetLoweringObjectFile.h
index 9961f6a46b5246697d3c9324824c50b355012476..83d0eed1b83c023e49da4da89ee8508d0cc5b822 100644
(file)
--- a/
include/llvm/Target/TargetLoweringObjectFile.h
+++ b/
include/llvm/Target/TargetLoweringObjectFile.h
@@
-127,9
+127,6
@@
protected:
public:
- // FIXME: REMOVE.
- Kind getKind() const { return K; }
-
bool isMetadata() const { return K == Metadata; }
bool isText() const { return K == Text; }