aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll')
-rw-r--r--test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll b/test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll
index 3f6407a..97c66d9 100644
--- a/test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll
+++ b/test/CodeGen/Thumb/stack-coloring-without-frame-ptr.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=thumb -mcpu=arm1022e
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1022e %s -o /dev/null
%iterator = type { i8**, i8**, i8**, i8*** }
%insert_iterator = type { %deque*, %iterator }