comparison test/CodeGen/WebAssembly/globl.ll @ 100:7d135dc70f03

LLVM 3.9
author Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 22:53:40 +0900
parents afa8332a0e37
children 803732b1fca8
comparison
equal deleted inserted replaced
96:6418606d0ead 100:7d135dc70f03
1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s 1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
2 2
3 target datalayout = "e-p:32:32-i64:64-n32:64-S128" 3 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
4 target triple = "wasm32-unknown-unknown" 4 target triple = "wasm32-unknown-unknown"
5 5
6 ; CHECK: .globl foo 6 ; CHECK: .globl foo
7 ; CHECK-LABEL: foo: 7 ; CHECK-LABEL: foo:
8 define void @foo() { 8 define void @foo() {