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:
f113b85
)
*** empty log message ***
author
Chris Lattner
<sabre@nondot.org>
Tue, 23 Jul 2002 17:58:44 +0000
(17:58 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 23 Jul 2002 17:58:44 +0000
(17:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3008
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/IPO/SimpleStructMutation.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/IPO/SimpleStructMutation.h
b/include/llvm/Transforms/IPO/SimpleStructMutation.h
index ccfcea771abdcb2376abdc5531e4641938131f32..518b6a6128c6e2c1ab8f8a29218a63cfdb9d2781 100644
(file)
--- a/
include/llvm/Transforms/IPO/SimpleStructMutation.h
+++ b/
include/llvm/Transforms/IPO/SimpleStructMutation.h
@@
-9,7
+9,8
@@
#define LLVM_TRANSFORMS_SIMPLESTRUCTMUTATION_H
class Pass;
-Pass *createSwapElementsPass();
-Pass *createSortElementsPass();
+class TargetData;
+Pass *createSwapElementsPass(const TargetData &);
+Pass *createSortElementsPass(const TargetData &);
#endif