aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/JS/allocamanager.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/JS/allocamanager.ll')
-rw-r--r--test/CodeGen/JS/allocamanager.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/JS/allocamanager.ll b/test/CodeGen/JS/allocamanager.ll
index c2f7c5f53d..2b2d7c57fb 100644
--- a/test/CodeGen/JS/allocamanager.ll
+++ b/test/CodeGen/JS/allocamanager.ll
@@ -1,10 +1,9 @@
-; RUN: llc -march=js -o - < %s | FileCheck %s
+; RUN: llc < %s | FileCheck %s
; Basic AllocaManager feature test. Eliminate user variable cupcake in favor of
; user variable muffin, and combine all the vararg buffers. And align the stack
; pointer.
-; ModuleID = 'test/CodeGen/JS/allocamanager.ll'
target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:128-n32-S128"
target triple = "asmjs-unknown-emscripten"