summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/cdp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/cdp.ll')
-rw-r--r--test/CodeGen/ARM/cdp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/cdp.ll b/test/CodeGen/ARM/cdp.ll
index 99ec3b28446..5d79125dcbe 100644
--- a/test/CodeGen/ARM/cdp.ll
+++ b/test/CodeGen/ARM/cdp.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.cdp
define void @cdp(i32 %a) #0 {