llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I guess Chad...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Dec 2012 02:22:58 +0000 (02:22 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 6 Dec 2012 02:22:58 +0000 (02:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169463 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/extload-knownzero.ll

index 348285399ad823382fe6283fa479a1d3359e98f8..e56dcf967fabeef2952c2e5380110b238c824915 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -march=arm -O0 | FileCheck %s
 ; rdar://12771555
 
 define void @foo(i16* %ptr, i32 %a) nounwind {