Fix a copy-pasta in r214573

llvm-svn: 214873
This commit is contained in:
Jonathan Roelofs 2014-08-05 15:31:16 +00:00
parent 877b9b3513
commit 2745d4f0a1
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
#if defined(__APPLE__)
#define SYMBOL_IS_FUNC(name)
#elif defined(__ELF__)
#define LOCAL_LABEL(name) .L_##name
#if defined(__arm__)
#define SYMBOL_IS_FUNC(name) .type name,%function
#else