diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM/cdp2.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/cdp2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/cdp2.ll b/llvm/test/CodeGen/ARM/cdp2.ll index c2a00d0fdd7..052e556b402 100644 --- a/llvm/test/CodeGen/ARM/cdp2.ll +++ b/llvm/test/CodeGen/ARM/cdp2.ll @@ -1,5 +1,5 @@ ; RUN: not llc < %s -mtriple=armv7-eabi -mcpu=cortex-a8 2>&1 | FileCheck %s -; RUN: not llc < %s -march=thumb -mtriple=thumbv7-eabi -mcpu=cortex-a8 2>&1 | FileCheck %s +; RUN: not llc < %s -mtriple=thumbv7-eabi -mcpu=cortex-a8 2>&1 | FileCheck %s ; CHECK: LLVM ERROR: Cannot select: intrinsic %llvm.arm.cdp2 define void @cdp2(i32 %a) #0 { |