aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-22 23:27:22 +0000
committerChris Lattner <sabre@nondot.org>2009-07-22 23:27:22 +0000
commit23a13beec79b536190d094a7db9d0688328a73df (patch)
tree97b31447f7fd66acf61a23afdf925d16f2af5a00 /include/llvm/Target
parent3dffbbf52219eb0bef12e337785e78ac95eafd9a (diff)
downloadexternal_llvm-23a13beec79b536190d094a7db9d0688328a73df.zip
external_llvm-23a13beec79b536190d094a7db9d0688328a73df.tar.gz
external_llvm-23a13beec79b536190d094a7db9d0688328a73df.tar.bz2
remove SectionFlags::Small: it is only used on Xcore, and we'll find
a better solution for it in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76818 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target')
-rw-r--r--include/llvm/Target/TargetAsmInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index 0140433..447297c 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -85,7 +85,6 @@ namespace llvm {
const unsigned TLS = 1 << 5; ///< Section contains thread-local data
const unsigned Debug = 1 << 6; ///< Section contains debug data
const unsigned Linkonce = 1 << 7; ///< Section is linkonce
- const unsigned Small = 1 << 8; ///< Section is small
const unsigned TypeFlags = 0xFF;
// Some gap for future flags
const unsigned Named = 1 << 23; ///< Section is named