From 1fb23395c3e49448d5965d43eb7958098051baf9 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 24 Jul 2015 01:07:50 +0000 Subject: Clean up function attributes on PPC fast-isel tests. llvm-svn: 243079 --- llvm/test/CodeGen/PowerPC/fast-isel-const.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-const.ll') diff --git a/llvm/test/CodeGen/PowerPC/fast-isel-const.ll b/llvm/test/CodeGen/PowerPC/fast-isel-const.ll index a751a2be6c6..3987e54a8d1 100644 --- a/llvm/test/CodeGen/PowerPC/fast-isel-const.ll +++ b/llvm/test/CodeGen/PowerPC/fast-isel-const.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 -mattr=-vsx | FileCheck %s --check-prefix=ELF64 -define zeroext i1 @testi1(i8 %in) nounwind uwtable ssp { +define zeroext i1 @testi1(i8 %in) nounwind { entry: %c = icmp eq i8 %in, 5 br i1 %c, label %true, label %false -- cgit v1.2.3