Bug 894813 - IonMonkey: Fix the include path for RangeAnalysis.h on a CLOSED TREE

This commit is contained in:
Dan Gohman 2013-08-16 15:15:07 -07:00
Родитель f226d9240f
Коммит 022ae4bc9b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -7,7 +7,7 @@
#ifndef jit_LIR_Common_h
#define jit_LIR_Common_h
#include "RangeAnalysis.h"
#include "jit/RangeAnalysis.h"
#include "jit/shared/Assembler-shared.h"
// This file declares LIR instructions that are common to every platform.