commit | 70fa4661ebd6a79570cc69c0a3d5a4991338a461 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jul 24 20:27:11 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jul 24 20:27:11 2009 +0000 |
tree | 68946369f51faa128d44952bb28fe7f43d1dbb18 | |
parent | b9cb11391dc7096a2174fefd45b81057859183ec [diff] [blame] |
fix some predicates llvm-svn: 76999
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp index b32be1d..3edbe93 100644 --- a/llvm/lib/Target/TargetAsmInfo.cpp +++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -341,7 +341,7 @@ if (Kind == SectionKind::Text) return getTextSection(); - if (isBSS(Kind)) + if (Kind == SectionKind::BSS) if (const Section *S = getBSSSection_()) return S;