[mips] Set flag isAsCheapAsAMove flag on instruction LUi.
[oota-llvm.git] / test / CodeGen / X86 / 2010-05-25-DotDebugLoc.ll
index d2115496f8f4453a4a3891b087128d4243903853..2fceab6f091fc44a546b69025c41e87816da0ae5 100644 (file)
@@ -1,5 +1,11 @@
-; RUN: llc -march=x86-64 -O2 < %s | grep debug_loc12
-; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
+; RUN: llc -mtriple=x86_64-pc-linux -O2 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux -O2 -regalloc=basic < %s | FileCheck %s
+; Test to check .debug_loc support. This test case emits many debug_loc entries.
+
+; CHECK: Loc expr size
+; CHECK-NEXT: .short
+; CHECK-NEXT: .Ltmp
+; CHECK-NEXT: DW_OP_reg
 
 %0 = type { double }