diff test/CodeGen/AArch64/bitcast-v2i8.ll @ 100:7d135dc70f03 LLVM 3.9

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents 60c9769439b8
children
line wrap: on
line diff
--- a/test/CodeGen/AArch64/bitcast-v2i8.ll	Tue Oct 13 17:49:56 2015 +0900
+++ b/test/CodeGen/AArch64/bitcast-v2i8.ll	Tue Jan 26 22:53:40 2016 +0900
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=aarch64-apple-ios | FileCheck %s
+; RUN: llc < %s -mtriple=aarch64-apple-ios -disable-post-ra | FileCheck %s
 
 ; Part of PR21549: going through the stack isn't ideal but is correct.