diff options
Diffstat (limited to 'test/Analysis/Profiling/load-branch-weights-ifs.ll')
-rw-r--r-- | test/Analysis/Profiling/load-branch-weights-ifs.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Analysis/Profiling/load-branch-weights-ifs.ll b/test/Analysis/Profiling/load-branch-weights-ifs.ll index b5ee2f3466..ddbaf96916 100644 --- a/test/Analysis/Profiling/load-branch-weights-ifs.ll +++ b/test/Analysis/Profiling/load-branch-weights-ifs.ll @@ -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: |