diff --git a/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll b/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll index ba47d70bfeecb..d876d73997482 100644 --- a/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll +++ b/llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll @@ -1,10 +1,9 @@ -; REQUIRES: default_triple +; REQUIRES: x86-registered-target ; ; Check that the basic block profile dump outputs data and in the correct ; format. ; -; RUN: llc -o /dev/null -mbb-profile-dump=%t %s -; RUN: FileCheck --input-file %t %s +; RUN: llc -mtriple=x86_64-linux-unknown -o /dev/null -mbb-profile-dump=- %s | FileCheck %s ; bb profile dump is not supported on NVPTX ; UNSUPPORTED: target=nvptx{{.*}}