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:
ef4a661
)
Add accessor method.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 11 Sep 2007 17:24:38 +0000
(17:24 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 11 Sep 2007 17:24:38 +0000
(17:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41854
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetAsmInfo.h
b/include/llvm/Target/TargetAsmInfo.h
index 3326088a96527b1650e5a8a05496df070515bf48..5a661a95fda822fcc1ec33d877ea6006fa563706 100644
(file)
--- a/
include/llvm/Target/TargetAsmInfo.h
+++ b/
include/llvm/Target/TargetAsmInfo.h
@@
-445,6
+445,9
@@
namespace llvm {
const char *getPersonalitySuffix() const {
return PersonalitySuffix;
}
+ bool getNeedsIndirectEncoding() const {
+ return NeedsIndirectEncoding;
+ }
const char *getInlineAsmStart() const {
return InlineAsmStart;
}