aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMCommon.h
blob: c35150b7a445e46b8a59a280ea0fd370dcbeda8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//===-- ARMCommon.h - Define support functions for ARM ----------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file was developed by the "Instituto Nokia de Tecnologia" and
// is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
//
//
//===----------------------------------------------------------------------===//

#ifndef ARM_COMMON_H
#define ARM_COMMON_H

#include <vector>

std::vector<unsigned> splitImmediate(unsigned immediate);

#endif