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:
88abb89
)
Remove a redundant declaration.
author
Bob Wilson
<bob.wilson@apple.com>
Wed, 5 Aug 2009 17:39:44 +0000
(17:39 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Wed, 5 Aug 2009 17:39:44 +0000
(17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78216
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARM.h
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARM.h
b/lib/Target/ARM/ARM.h
index b41ef90f129e0c32d03555a3321bdabbf997d248..d947678828ff134fe80f748962da8ad5dfdde9fd 100644
(file)
--- a/
lib/Target/ARM/ARM.h
+++ b/
lib/Target/ARM/ARM.h
@@
-93,8
+93,6
@@
inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) {
}
FunctionPass *createARMISelDag(ARMBaseTargetMachine &TM);
-FunctionPass *createARMCodeEmitterPass(ARMBaseTargetMachine &TM,
- MachineCodeEmitter &MCE);
FunctionPass *createARMCodeEmitterPass(ARMBaseTargetMachine &TM,
MachineCodeEmitter &MCE);