[llvm-commits] [llvm] r41854 - /llvm/trunk/include/llvm/Target/TargetAsmInfo.h

Bill Wendling isanbard at gmail.com
Tue Sep 11 10:24:38 PDT 2007


Author: void
Date: Tue Sep 11 12:24:38 2007
New Revision: 41854

URL: http://llvm.org/viewvc/llvm-project?rev=41854&view=rev
Log:
Add accessor method.

Modified:
    llvm/trunk/include/llvm/Target/TargetAsmInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetAsmInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetAsmInfo.h?rev=41854&r1=41853&r2=41854&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetAsmInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetAsmInfo.h Tue Sep 11 12:24:38 2007
@@ -445,6 +445,9 @@
     const char *getPersonalitySuffix() const {
       return PersonalitySuffix;
     }
+    bool getNeedsIndirectEncoding() const {
+      return NeedsIndirectEncoding;
+    }
     const char *getInlineAsmStart() const {
       return InlineAsmStart;
     }





More information about the llvm-commits mailing list