diff options
-rw-r--r-- | test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll b/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll index 16db037c18..9f2e399dbe 100644 --- a/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll +++ b/test/CodeGen/Thumb2/2009-11-11-ScavengerAssert.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriplethumbv7-apple-darwin10 +; RUN: llc < %s -mtriple=thumbv7-apple-darwin10 %struct.OP = type { %struct.OP*, %struct.OP*, %struct.OP* ()*, i32, i16, i16, i8, i8 } %struct.SV = type { i8*, i32, i32 } |