It turns out most of the thumb2 instructions are not allowed to touch SP. The semanti...
[llvm/avr.git] / lib / CodeGen / Dump.cpp
blob2e70d5f25e95757d0f491d7a6753ccc474897ece
1 //===- lib/Support/Dump.h - Virtual function homes --------------*- C++ -*-===//
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 //===----------------------------------------------------------------------===//
9 //
10 // This file provides the PrefixPrinter virtual function homes.
12 //===----------------------------------------------------------------------===//
14 #include "llvm/CodeGen/Dump.h"
16 using namespace llvm;
18 PrefixPrinter::~PrefixPrinter() {}