diff options
Diffstat (limited to 'lib/Target/ARM/ARMCommon.h')
-rw-r--r-- | lib/Target/ARM/ARMCommon.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/Target/ARM/ARMCommon.h b/lib/Target/ARM/ARMCommon.h deleted file mode 100644 index c35150b7a4..0000000000 --- a/lib/Target/ARM/ARMCommon.h +++ /dev/null @@ -1,22 +0,0 @@ -//===-- 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 |