diff options
Diffstat (limited to 'llvm/test/Transforms/PGOProfile/select_hash_conflict.ll')
-rw-r--r-- | llvm/test/Transforms/PGOProfile/select_hash_conflict.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PGOProfile/select_hash_conflict.ll b/llvm/test/Transforms/PGOProfile/select_hash_conflict.ll index e7c3cdb2184..ab91db48c0f 100644 --- a/llvm/test/Transforms/PGOProfile/select_hash_conflict.ll +++ b/llvm/test/Transforms/PGOProfile/select_hash_conflict.ll @@ -2,7 +2,7 @@ ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-instr-select=true -S | FileCheck %s ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -pgo-instr-select=true -S | FileCheck %s -target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" +target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" @a = common dso_local local_unnamed_addr global [16 x i32] zeroinitializer, align 16 |