Fix a really nasty SROA bug with how we handled out-of-bounds memcpy
[oota-llvm.git] / test / CodeGen / XCore / tls.ll
index 8f35268d4647a774d80eac7bf47fcd7c9bf5b526..648d61199234fdfeb7f701c6ea0d6cf32c3f1777 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc -march=xcore -mcpu=xs1b-generic | FileCheck %s
+; RUN: llc < %s -march=xcore -mcpu=xs1b-generic | FileCheck %s
 
 define i32 *@addr_G() {
 entry:
-; CHECK: addr_G:
+; CHECK-LABEL: addr_G:
 ; CHECK: get r11, id
        ret i32* @G
 }