diff options
| author | Vedant Kumar <vsk@apple.com> | 2016-04-20 22:24:01 +0000 |
|---|---|---|
| committer | Vedant Kumar <vsk@apple.com> | 2016-04-20 22:24:01 +0000 |
| commit | 932866bfe7f971bccbc43e0132e4b20890042299 (patch) | |
| tree | 226ed210e2ff73a88739dcb10a7c2fcbb0374e0b /llvm/test/Transforms/PGOProfile/loop2.ll | |
| parent | 0195c5e796406f38a06740e72e468acbfaeaf79d (diff) | |
| download | bcm5719-llvm-932866bfe7f971bccbc43e0132e4b20890042299.tar.gz bcm5719-llvm-932866bfe7f971bccbc43e0132e4b20890042299.zip | |
[test/PGOProfile] Make tests independent of the raw profile version (NFC)
Differential Revision: http://reviews.llvm.org/D19290
llvm-svn: 266928
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/loop2.ll')
| -rw-r--r-- | llvm/test/Transforms/PGOProfile/loop2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/loop2.ll b/llvm/test/Transforms/PGOProfile/loop2.ll index 786a37d5edc..92293df38fe 100644 --- a/llvm/test/Transforms/PGOProfile/loop2.ll +++ b/llvm/test/Transforms/PGOProfile/loop2.ll @@ -5,7 +5,7 @@ target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" ; GEN: $__llvm_profile_raw_version = comdat any -; GEN: @__llvm_profile_raw_version = constant i64 72057594037927939, comdat +; GEN: @__llvm_profile_raw_version = constant i64 {{[0-9]+}}, comdat ; GEN: @__profn_test_nested_for = private constant [15 x i8] c"test_nested_for" define i32 @test_nested_for(i32 %r, i32 %s) { |

