diff options
Diffstat (limited to 'test/CodeGen/PowerPC/indirect-hidden.ll')
| -rw-r--r-- | test/CodeGen/PowerPC/indirect-hidden.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/indirect-hidden.ll b/test/CodeGen/PowerPC/indirect-hidden.ll index 5ef8b6df4b092..b839fa0da3d0a 100644 --- a/test/CodeGen/PowerPC/indirect-hidden.ll +++ b/test/CodeGen/PowerPC/indirect-hidden.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=powerpc-apple-darwin < %s | FileCheck %s +; RUN: llc -verify-machineinstrs -mtriple=powerpc-apple-darwin < %s | FileCheck %s @a = external hidden global i32 @b = external global i32 |
