aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/global-merge-addrspace.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/global-merge-addrspace.ll')
-rw-r--r--test/CodeGen/ARM/global-merge-addrspace.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/global-merge-addrspace.ll b/test/CodeGen/ARM/global-merge-addrspace.ll
index 0efa690..7b71e89 100644
--- a/test/CodeGen/ARM/global-merge-addrspace.ll
+++ b/test/CodeGen/ARM/global-merge-addrspace.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumb-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=thumb-apple-darwin -O3 | FileCheck %s
; Test the GlobalMerge pass. Check that the pass does not crash when using
; multiple address spaces.