diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-18 23:03:22 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-18 23:03:22 +0000 |
commit | 0b0441e2cbb543e18e764943bb3b9dc32bce1503 (patch) | |
tree | 37be097eff658bad62348fef9c360a801f6303f3 /lib/Target/ARM/ARM.h | |
parent | 990e7657170539ee008a3423359303a8e7c98481 (diff) | |
download | external_llvm-0b0441e2cbb543e18e764943bb3b9dc32bce1503.zip external_llvm-0b0441e2cbb543e18e764943bb3b9dc32bce1503.tar.gz external_llvm-0b0441e2cbb543e18e764943bb3b9dc32bce1503.tar.bz2 |
Put Target definitions inside Target specific header, and llvm namespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76344 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.h')
-rw-r--r-- | lib/Target/ARM/ARM.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h index 1b5b828..5a3555a 100644 --- a/lib/Target/ARM/ARM.h +++ b/lib/Target/ARM/ARM.h @@ -111,6 +111,8 @@ FunctionPass *createARMConstantIslandPass(); FunctionPass *createThumb2ITBlockPass(); +extern Target TheARMTarget, TheThumbTarget; + } // end namespace llvm; // Defines symbolic names for ARM registers. This defines a mapping from |