Karl Schimpf | 06bd94c | 2015-09-03 15:41:37 +0000 | [diff] [blame] | 1 | ; RUN: not llvm-as < %s 2>&1 | FileCheck %s |
2 | |||||
3 | ; Tests bug: https://llvm.org/bugs/show_bug.cgi?id=24646 | ||||
4 | ; CHECK: error: invalid type for inline asm constraint string | ||||
5 | |||||
6 | define void @foo() nounwind { | ||||
Karl Schimpf | f416522 | 2015-09-03 15:41:38 +0000 | [diff] [blame] | 7 | call void asm sideeffect "mov x0, #42","=~{x0},~{x19},mov |0,{x19},mov x0, #4~x{21}"()ounwi #4~x{21}"()ounwindret |