llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Aug 2012 00:37:46 +0000 (00:37 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Aug 2012 00:37:46 +0000 (00:37 +0000)
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

test/Analysis/Profiling/load-branch-weights-ifs.ll
test/Analysis/Profiling/load-branch-weights-loops.ll
test/Analysis/Profiling/load-branch-weights-switches.ll

index b5ee2f3466024ba6968a39b5fb7d9164b8217212..ddbaf96916cfa37c08a47a8064a54d21900b1193 100644 (file)
@@ -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:
index 26c89b7c9bf91fcbe137498c298dc02fcc2e3edc..476f377b47a89d23588c253aa4857e5f834de272 100644 (file)
@@ -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:
index 9efe6d0fe4e7d98ed65f91a833a53c4f2d2512a3..be11f040a76d137144c27a1b81f43c3f6bf2ba50 100644 (file)
@@ -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 {