a quick typo in the ARM LLVM backend

So, a while back I got a compile error where the assembly was missing some whitespace between a .set and the identifier and tracked it down to this simple mistake that I just verified is still in the tree:

Index: lib/Target/ARM/ARMTargetAsmInfo.cpp

Committed. Thanks!

Evan