Do the string comparison in the constructor instead of once per nop.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 25 Nov 2013 20:50:03 +0000 (20:50 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 25 Nov 2013 20:50:03 +0000 (20:50 +0000)
commit02ddf4abc253952f10a27ce55aab02c6d1b6dd3b
tree8ad96268c5d78e77e236d0d9ac2ece4df70242ad
parent854e601471363016c517018a26444ee009eafc79
Do the string comparison in the constructor instead of once per nop.

Thanks to Roman Divacky for the suggestion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195684 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp