The person who was planning to add SSE support isn't anymore, so disable
authorChris Lattner <sabre@nondot.org>
Fri, 8 Oct 2004 22:41:46 +0000 (22:41 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 8 Oct 2004 22:41:46 +0000 (22:41 +0000)
commit222b86f6947b68f6fd3b298c17ea8dd7f2e1455f
treee6c74d90a380afaaeee9f685837e1184873e226a
parentb0f4e389dba74e5d4692bc42d155950e96c92eaf
The person who was planning to add SSE support isn't anymore, so disable
the -sse* options (to avoid misleading people).

Also, the stack alignment of the target doesn't depend on whether SSE is
eventually implemented, so remove a comment.

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