Go to file
Jakob Stoklund Olesen 0ca14e4498 ARM "l" constraint for inline asm means R0-R7, also for Thumb2.
This is consistent with llvm-gcc's arm/constraints.md.

Certain instructions (e.g. CBZ, CBNZ) require a low register, even in Thumb2
mode.

llvm-svn: 93436
2010-01-14 18:19:56 +00:00
clang After dyn_cast'ing, it generally makes sense to check the *output* of 2010-01-14 18:13:22 +00:00
compiler-rt Tidy up comments, remove whitespace, and rename 'print-%' make debugging target 2010-01-13 16:13:01 +00:00
llvm ARM "l" constraint for inline asm means R0-R7, also for Thumb2. 2010-01-14 18:19:56 +00:00