diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll b/llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll index b3b0769347f..99e67d501ca 100644 --- a/llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll +++ b/llvm/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mattr=+v6 +; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null define i32 @test3() { tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 ) |