From 4ad726b4beb6ecd50aa43d5891a833a5cdf03b04 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 2 Oct 2009 06:53:57 +0000 Subject: [PATCH] Fix tests. llvm-svn: 83241 --- llvm/test/CodeGen/ARM/ifcvt5.ll | 2 +- llvm/test/CodeGen/Thumb2/thumb2-ifcvt3.ll | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/llvm/test/CodeGen/ARM/ifcvt5.ll b/llvm/test/CodeGen/ARM/ifcvt5.ll index 13c1603c90bd..e9145ac36ddf 100644 --- a/llvm/test/CodeGen/ARM/ifcvt5.ll +++ b/llvm/test/CodeGen/ARM/ifcvt5.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm | FileCheck %s +; RUN: llc < %s -mtriple=armv7-apple-darwin | FileCheck %s @x = external global i32* ; [#uses=1] diff --git a/llvm/test/CodeGen/Thumb2/thumb2-ifcvt3.ll b/llvm/test/CodeGen/Thumb2/thumb2-ifcvt3.ll index e09ca362fc9e..1d45d3ce7fe8 100644 --- a/llvm/test/CodeGen/Thumb2/thumb2-ifcvt3.ll +++ b/llvm/test/CodeGen/Thumb2/thumb2-ifcvt3.ll @@ -20,10 +20,10 @@ bb52.bb53_crit_edge.exitStub: ; preds = %bb52 ret i1 false bb52: ; preds = %newFuncRoot -; CHECK: moveq ; CHECK: movne +; CHECK: moveq +; CHECK: pop ; CHECK-NEXT: LBB1_2: -; CHECK-NEXT: pop %0 = load i64* @posed, align 4 ; [#uses=3] %1 = sub i64 %0, %.reload78 ; [#uses=1] %2 = ashr i64 %1, 1 ; [#uses=3]