From b0fccb225cbeb684ba70675fc531f50e68da2960 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 3 Jul 2013 16:41:29 +0000 Subject: Prefix failing commands with not to make clear they are expected to fail. llvm-svn: 185554 --- llvm/test/CodeGen/ARM/indirect-reg-input.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/ARM/indirect-reg-input.ll') diff --git a/llvm/test/CodeGen/ARM/indirect-reg-input.ll b/llvm/test/CodeGen/ARM/indirect-reg-input.ll index 86728fa6193..b936455975c 100644 --- a/llvm/test/CodeGen/ARM/indirect-reg-input.ll +++ b/llvm/test/CodeGen/ARM/indirect-reg-input.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm -mcpu=cortex-a8 2>&1 | FileCheck %s +; RUN: not llc < %s -march=arm -mcpu=cortex-a8 2>&1 | FileCheck %s ; Check for error message: ; CHECK: error: inline asm not supported yet: don't know how to handle tied indirect register inputs -- cgit v1.2.3