Disable stack coloring with register for now. It's not able to set kill markers.
[llvm/avr.git] / lib / MC / MCAsmLexer.cpp
blobc5365b7a9561a49888120e2bce665ee4466ef097
1 //===-- MCAsmLexer.cpp - Abstract Asm Lexer Interface ---------------------===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
10 #include "llvm/MC/MCAsmLexer.h"
12 using namespace llvm;
14 MCAsmLexer::MCAsmLexer() : CurTok(AsmToken::Error, StringRef()) {
17 MCAsmLexer::~MCAsmLexer() {