c35150b7a445e46b8a59a280ea0fd370dcbeda8d
[oota-llvm.git] / lib / Target / ARM / ARMCommon.h
1 //===-- ARMCommon.h - Define support functions for ARM ----------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file was developed by the "Instituto Nokia de Tecnologia" and
6 // is distributed under the University of Illinois Open Source
7 // License. See LICENSE.TXT for details.
8 //
9 //===----------------------------------------------------------------------===//
10 //
11 //
12 //
13 //===----------------------------------------------------------------------===//
14
15 #ifndef ARM_COMMON_H
16 #define ARM_COMMON_H
17
18 #include <vector>
19
20 std::vector<unsigned> splitImmediate(unsigned immediate);
21
22 #endif