Fix a cross-build issue. The asmsyntax shouldn't be affected by the build
authorChris Lattner <sabre@nondot.org>
Thu, 7 Sep 2006 22:29:41 +0000 (22:29 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Sep 2006 22:29:41 +0000 (22:29 +0000)
commitcdb341dcfa371b842d0299250e961e4206a5ff5a
tree04e4b648df797a12a32e5a191fcf002a039c53a2
parent93463363b3dbe9f8f0adff2d20c33ff8a502cd78
Fix a cross-build issue.  The asmsyntax shouldn't be affected by the build
host, it should be affected by the target.  Allow the command line option to
override in either case.

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