diff options
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 1b5b828395..5a3555a253 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 |