From 3a89110b6ef56a576c75d72eb89896e14e06dc84 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 23 Jan 2014 23:14:14 +0000 Subject: InitToTextSection is redundant with InitSections. Remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199955 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Target/ARM') diff --git a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp index 216f4aa2d6..06f2b4ef2e 100644 --- a/lib/Target/ARM/AsmParser/ARMAsmParser.cpp +++ b/lib/Target/ARM/AsmParser/ARMAsmParser.cpp @@ -8851,7 +8851,7 @@ bool ARMAsmParser::parseDirectiveEven(SMLoc L) { } if (!Section) { - getStreamer().InitToTextSection(); + getStreamer().InitSections(); Section = getStreamer().getCurrentSection().first; } -- cgit v1.2.3