diff options
author | Eric Christopher <echristo@gmail.com> | 2015-07-24 01:07:50 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-07-24 01:07:50 +0000 |
commit | 1fb23395c3e49448d5965d43eb7958098051baf9 (patch) | |
tree | 1e9a0606713aa3bea312e4d8ddf4d454e7e6ec55 /llvm/test/CodeGen/PowerPC/fast-isel-const.ll | |
parent | 404c69f2c8c7f7d4993f80fb1f7390571ffe56b6 (diff) | |
download | bcm5719-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.ll | 2 |
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 |