summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/fast-isel-const.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-07-24 01:07:50 +0000
committerEric Christopher <echristo@gmail.com>2015-07-24 01:07:50 +0000
commit1fb23395c3e49448d5965d43eb7958098051baf9 (patch)
tree1e9a0606713aa3bea312e4d8ddf4d454e7e6ec55 /llvm/test/CodeGen/PowerPC/fast-isel-const.ll
parent404c69f2c8c7f7d4993f80fb1f7390571ffe56b6 (diff)
downloadbcm5719-llvm-1fb23395c3e49448d5965d43eb7958098051baf9.tar.gz
bcm5719-llvm-1fb23395c3e49448d5965d43eb7958098051baf9.zip
Clean up function attributes on PPC fast-isel tests.
llvm-svn: 243079
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/fast-isel-const.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/fast-isel-const.ll2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud