mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.
FIXME: profile_rt.dll could be built on win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162811 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f05da8ebd6
commit
c3c237d8be
@ -6,6 +6,9 @@
|
||||
; RUN: | FileCheck %s
|
||||
; RUN: rm -f %t1.prof_data
|
||||
|
||||
; FIXME: profile_rt.dll could be built on win32.
|
||||
; REQUIRES: loadable_module
|
||||
|
||||
;; func_mod - Branch taken 6 times in 7.
|
||||
define i32 @func_mod(i32 %N) nounwind uwtable {
|
||||
entry:
|
||||
|
@ -6,6 +6,9 @@
|
||||
; RUN: | FileCheck %s
|
||||
; RUN: rm -f %t1.prof_data
|
||||
|
||||
; FIXME: profile_rt.dll could be built on win32.
|
||||
; REQUIRES: loadable_module
|
||||
|
||||
;; func_for - Test branch probabilities for a vanilla for loop.
|
||||
define i32 @func_for(i32 %N) nounwind uwtable {
|
||||
entry:
|
||||
|
@ -6,6 +6,9 @@
|
||||
; RUN: | FileCheck %s
|
||||
; RUN: rm -f %t1.prof_data
|
||||
|
||||
; FIXME: profile_rt.dll could be built on win32.
|
||||
; REQUIRES: loadable_module
|
||||
|
||||
;; func_switch - Test branch probabilities for a switch instruction with an
|
||||
;; even chance of taking each case (or no case).
|
||||
define i32 @func_switch(i32 %N) nounwind uwtable {
|
||||
|
Loading…
Reference in New Issue
Block a user