Make sure only comments are stripped

The regex " +#.*" could also match immediates on ARM, e.g.

  cmp r1, #1234

Fix it by requiring a space after the hash mark.

Test: art_compiler_host_tests
Change-Id: I3cf038ff6547edad8a417961d8bb2b27c0872f51
1 file changed