A few inline asm cleanups:
authorChris Lattner <sabre@nondot.org>
Sat, 26 Apr 2008 23:02:14 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Apr 2008 23:02:14 +0000 (23:02 +0000)
commit5e764233f398b6929b67701672a5e78fec20ce2e
treead0747b80839ba5beeb1de4fcb367503dd1c89a2
parent2ba1c06d485949d01054cada0fef1fa5be27608a
A few inline asm cleanups:
  - Make targetlowering.h fit in 80 cols.
  - Make LowerAsmOperandForConstraint const.
  - Make lowerXConstraint -> LowerXConstraint
  - Make LowerXConstraint return a const char* instead of taking a string byref.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50312 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h