aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2008-08-05 17:52:54 +0000
committerOwen Anderson <resistor@mac.com>2008-08-05 17:52:54 +0000
commit287b7b7ed7fc2acc9b06908fb3ca89b715dab29f (patch)
tree09435fcdfa07340823178645932426b8d980e2a3
parent3888aa0b7d8a3ec2d49507b446871a8511e16b51 (diff)
downloadexternal_llvm-287b7b7ed7fc2acc9b06908fb3ca89b715dab29f.zip
external_llvm-287b7b7ed7fc2acc9b06908fb3ca89b715dab29f.tar.gz
external_llvm-287b7b7ed7fc2acc9b06908fb3ca89b715dab29f.tar.bz2
This check is unnecessary, and getting rid of it removes a use of -disable-correct-folding.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54355 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/ARM/2007-08-15-ReuseBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2007-08-15-ReuseBug.ll b/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
index 71469b3..3cfcdef 100644
--- a/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
+++ b/test/CodeGen/ARM/2007-08-15-ReuseBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -relocation-model=pic -mattr=+v6 -disable-correct-folding | %prcontext {ldr.*\\!} 1 | grep mov
+; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin -relocation-model=pic -mattr=+v6
; PR1609
%struct.FILE = type { i8*, i32, i32, i16, i16, %struct.__sbuf, i32, i8*, i32 (i8*)*, i32 (i8*, i8*, i32)*, i64 (i8*, i64, i32)*, i32 (i8*, i8*, i32)*, %struct.__sbuf, %struct.__sFILEX*, i32, [3 x i8], [1 x i8], %struct.__sbuf, i32, i64 }