aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetAsmInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-10-05 02:43:52 +0000
committerChris Lattner <sabre@nondot.org>2006-10-05 02:43:52 +0000
commitafbfdeddffc673f367d63319c95bcd7e1a58c16c (patch)
tree2f574c607df92df16bb241408f4748ba1d6e42fa /lib/Target/X86/X86TargetAsmInfo.h
parent52f0670470020d7672f9b0669c07324814e84a07 (diff)
downloadexternal_llvm-afbfdeddffc673f367d63319c95bcd7e1a58c16c.tar.gz
external_llvm-afbfdeddffc673f367d63319c95bcd7e1a58c16c.tar.bz2
external_llvm-afbfdeddffc673f367d63319c95bcd7e1a58c16c.zip
Implement getSectionForFunction, use it when printing function body.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30737 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.h')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.h b/lib/Target/X86/X86TargetAsmInfo.h
index a5401da602..ac0505f716 100644
--- a/lib/Target/X86/X86TargetAsmInfo.h
+++ b/lib/Target/X86/X86TargetAsmInfo.h
@@ -24,8 +24,6 @@ namespace llvm {
struct X86TargetAsmInfo : public TargetAsmInfo {
X86TargetAsmInfo(const X86TargetMachine &TM);
};
-
-
} // namespace llvm
#endif