diff options
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/crbit-asm.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/crbit-asm.ll b/llvm/test/CodeGen/PowerPC/crbit-asm.ll index 36de3435a08..41e65af29a8 100644 --- a/llvm/test/CodeGen/PowerPC/crbit-asm.ll +++ b/llvm/test/CodeGen/PowerPC/crbit-asm.ll @@ -1,4 +1,5 @@ ; RUN: llc -mcpu=pwr7 < %s | FileCheck %s +; RUN: llc -O1 -mcpu=pwr7 < %s | FileCheck %s target datalayout = "E-m:e-i64:64-n32:64" target triple = "powerpc64-unknown-linux-gnu" @@ -55,5 +56,5 @@ entry: ; CHECK: blr } -attributes #0 = { nounwind } +attributes #0 = { nounwind "target-features"="+crbits" } |