diff options
Diffstat (limited to 'test/CodeGen/PowerPC/fast-isel-indirectbr.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/fast-isel-indirectbr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/fast-isel-indirectbr.ll b/test/CodeGen/PowerPC/fast-isel-indirectbr.ll index b5477134c517..d66fd1fb752d 100644 --- a/test/CodeGen/PowerPC/fast-isel-indirectbr.ll +++ b/test/CodeGen/PowerPC/fast-isel-indirectbr.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=ELF64 -define void @t1(i8* %x) { +define void @t1(i8* %x) nounwind { entry: ; ELF64: t1 br label %L0 |
