[AArch64] Fix miscompile of sdiv-by-power-of-2.
[oota-llvm.git] / test / CodeGen / AArch64 / regress-w29-reserved-with-fp.ll
index 98bd92b06c4cc161b26f70f6d58b573d7b2a9eda..c3167e4f4bdd082f41292c830c74d7c5c0f7faf8 100644 (file)
@@ -1,11 +1,11 @@
-; RUN: llc -march=aarch64 -disable-fp-elim < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-none-linux-gnu -disable-fp-elim < %s | FileCheck %s
 @var = global i32 0
 
 declare void @bar()
 
 define void @test_w29_reserved() {
-; CHECK: test_w29_reserved:
-; CHECK add x29, sp, #{{[0-9]+}}
+; CHECK-LABEL: test_w29_reserved:
+; CHECK: add x29, sp, #{{[0-9]+}}
 
   %val1 = load volatile i32* @var
   %val2 = load volatile i32* @var