1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[LoopUnroll] Fix a PowerPC test broken by r277524.

llvm-svn: 277527
This commit is contained in:
Michael Zolotukhin 2016-08-02 21:43:25 +00:00
parent 878379ae72
commit d9b369bc29

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -S -mtriple=powerpc64-unknown-linux-gnu -mcpu=a2 -loop-unroll | FileCheck %s -check-prefix=EPILOG
; RUN: opt < %s -S -mtriple=powerpc64-unknown-linux-gnu -mcpu=a2 -loop-unroll -unroll-runtime-epilog=true | FileCheck %s -check-prefix=EPILOG
; RUN: opt < %s -S -mtriple=powerpc64-unknown-linux-gnu -mcpu=a2 -loop-unroll -unroll-runtime-epilog=false | FileCheck %s -check-prefix=PROLOG
define i32 @test(i32* nocapture %a, i32 %n) nounwind uwtable readonly {