| commit | 36b56886974eae4f9c5ebc96befd3e7bfe5de338 | [log] [tgz] |
|---|---|---|
| author | Stephen Hines <srhines@google.com> | Wed Apr 23 16:57:46 2014 -0700 |
| committer | Stephen Hines <srhines@google.com> | Thu Apr 24 15:53:16 2014 -0700 |
| tree | e6cfb69fbbd937f450eeb83bfb83b9da3b01275a | |
| parent | 69a8640022b04415ae9fac62f8ab090601d8f889 [diff] [blame] |
Update to LLVM 3.5a. Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
diff --git a/test/CodeGen/Thumb2/thumb2-str.ll b/test/CodeGen/Thumb2/thumb2-str.ll index fb5fa16..f800974 100644 --- a/test/CodeGen/Thumb2/thumb2-str.ll +++ b/test/CodeGen/Thumb2/thumb2-str.ll
@@ -1,4 +1,4 @@ -; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s +; RUN: llc < %s -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 | FileCheck %s define i32 @f1(i32 %a, i32* %v) { ; CHECK-LABEL: f1: