diff options
Diffstat (limited to 'test/NaCl/ARM/neon-vld3-sandboxing.ll')
-rw-r--r-- | test/NaCl/ARM/neon-vld3-sandboxing.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/NaCl/ARM/neon-vld3-sandboxing.ll b/test/NaCl/ARM/neon-vld3-sandboxing.ll index 5658b33d89..2da916b28e 100644 --- a/test/NaCl/ARM/neon-vld3-sandboxing.ll +++ b/test/NaCl/ARM/neon-vld3-sandboxing.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=armv7-unknown-nacl -mattr=+neon -sfi-store -sfi-load -filetype=obj %s -o - \ +; RUN: pnacl-llc -mtriple=armv7-unknown-nacl -mattr=+neon -sfi-store -sfi-load -filetype=obj %s -o - \ ; RUN: | llvm-objdump -disassemble -triple armv7 - | FileCheck %s %struct.__neon_int8x8x3_t = type { <8 x i8>, <8 x i8>, <8 x i8> } |